1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-14 17:43:07 +00:00
openmw/apps/openmw/mwlua/objectbindings.hpp

12 lines
262 B
C++

#ifndef MWLUA_OBJECTBINDINGS_H
#define MWLUA_OBJECTBINDINGS_H
#include "context.hpp"
namespace MWLua
{
void initObjectBindingsForLocalScripts(const Context&);
void initObjectBindingsForGlobalScripts(const Context&);
}
#endif // MWLUA_OBJECTBINDINGS_H