Resurrected SDL_net

This commit is contained in:
Kayne Ruse
2013-05-17 21:05:50 +10:00
parent 5ade2cc98e
commit d2087be9ac
10 changed files with 1817 additions and 3 deletions
+13 -1
View File
@@ -13,4 +13,16 @@ When the player enters the lobby, they can choose what server to connect to. Whe
This is controlled through the config files for now.
using ';' delimited commands, how can I get it to work?
using ';' delimited commands, how can I get it to work?
-------------------------
UDPNetworkManager: //don't worry at this stage
Open(port)
Close()
Send(ip, port)
Receive()
GetOutData()
GetInData()