Worked out the basic server layout

This commit is contained in:
Kayne Ruse
2013-05-03 00:55:47 +10:00
parent b935fcf1d1
commit f349e59fd3
6 changed files with 105 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public:
void Init(int maxConnections);
void Quit();
int AcceptConnections();
int AcceptConnection();
int CheckSockets();
int Send(int index, const void* data, int len);