1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-25 10:30:53 +00:00
openmw/apps/openmw/mwlua/cellbindings.hpp

12 lines
265 B
C++

#ifndef MWLUA_CELLBINDINGS_H
#define MWLUA_CELLBINDINGS_H
namespace MWLua
{
struct Context;
void initCellBindingsForLocalScripts(const Context& context);
void initCellBindingsForGlobalScripts(const Context& context);
}
#endif // MWLUA_CELLBINDINGS_H