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