Cleaned up main.cpp

Added functionality to send Lua scripts over the network
This commit is contained in:
Alexander Bock
2014-09-17 01:10:52 +02:00
parent 03e25f69d5
commit 8ec9bc6705
3 changed files with 37 additions and 22 deletions
@@ -89,6 +89,7 @@ public:
void mouseButtonCallback(int key, int action);
void mousePositionCallback(int x, int y);
void mouseScrollWheelCallback(int pos);
void externalControlCallback(const char* receivedChars, int size, int clientId);
void encode();
void decode();