1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/game/esm_store.hpp
2010-05-17 17:35:42 +02:00

9 lines
125 B
C++

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