1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 04:15:33 +00:00

[Server] Add colons missing from CELLAPI

This commit is contained in:
David Cernat 2017-01-26 16:42:55 +02:00
parent 2f644e9b14
commit 6331c55bc7

View file

@ -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},\