Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "NetBrokerClient.h"
#include "HttpClient.h"
#include "HttpServlet.h"
#include "NetLayer.h"
#include "Game.h"
Go to the source code of this file.
Variables | |
const char * | versionInfo |
const char * | HOSTNAME = "www.starshatter.com" |
const WORD | HTTPPORT = 80 |
const char* HOSTNAME = "www.starshatter.com" |
Definition at line 26 of file NetBrokerClient.cpp.
const WORD HTTPPORT = 80 |
Definition at line 27 of file NetBrokerClient.cpp.