1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 07:15:32 +00:00
openmw-tes3mp/game/esm_store.hpp

9 lines
125 B
C++
Raw Normal View History

#ifndef _GAME_ESM_STORE_H
#define _GAME_ESM_STORE_H
#include "esm/records.hpp"
void storeESM(ESM::ESMReader &esm);
#endif