mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 18:53:52 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
#ifndef _GAME_ESM_STORE_H
|
|
#define _GAME_ESM_STORE_H
|
|
|
|
#include "esm/records.hpp"
|
|
|
|
void storeESM(ESM::ESMReader &esm);
|
|
|
|
#endif
|