(svn r20968) -Add: date notification of remote admins (dihedral)

This commit is contained in:
rubidium
2010-10-17 17:36:59 +00:00
parent b4ce7fad7f
commit 901c4a56bd
4 changed files with 34 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public:
NetworkRecvStatus SendWelcome();
NetworkRecvStatus SendNewGame();
NetworkRecvStatus SendShutdown();
NetworkRecvStatus SendDate();
static void Send();
static void AcceptConnection(SOCKET s, const NetworkAddress &address);