forked from teamnwah/openmw-tes3coop
9 lines
125 B
C++
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
|