mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
[Server] Define CELLAPI
This commit is contained in:
parent
0cc20d26ce
commit
70823d011d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include "../Types.hpp"
|
#include "../Types.hpp"
|
||||||
|
|
||||||
#define POSITIONAPI \
|
#define CELLAPI \
|
||||||
{"GetCell", CellFunctions::GetCell},\
|
{"GetCell", CellFunctions::GetCell},\
|
||||||
{"SetCell", CellFunctions::SetCell},\
|
{"SetCell", CellFunctions::SetCell},\
|
||||||
{"SetExterior", CellFunctions::SetExterior},\
|
{"SetExterior", CellFunctions::SetExterior},\
|
||||||
|
|
Loading…
Reference in a new issue