1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/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