forked from mirror/openmw-tes3mp
[Server] Add colons missing from CELLAPI
This commit is contained in:
parent
2f644e9b14
commit
6331c55bc7
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#include "../Types.hpp"
|
||||
|
||||
#define CELLAPI \
|
||||
{"GetCellStateChangesSize", CellFunctions:GetCellStateChangesSize},\
|
||||
{"GetCellStateChangesSize", CellFunctions::GetCellStateChangesSize},\
|
||||
\
|
||||
{"GetCellStateDescription", CellFunctions:GetCellStateDescription},\
|
||||
{"GetCellStateDescription", CellFunctions::GetCellStateDescription},\
|
||||
\
|
||||
{"GetCell", CellFunctions::GetCell},\
|
||||
{"SetCell", CellFunctions::SetCell},\
|
||||
|
|
Loading…
Reference in a new issue