1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-08 02:04:32 +00:00
openmw/apps/openmw/mwlua/cellbindings.hpp

12 lines
252 B
C++

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