mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-25 10:30:53 +00:00
12 lines
265 B
C++
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
|