mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
13 lines
252 B
C++
13 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
|