(svn r21850) -Codechange: move password hashing to a more general location (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:30:09 +00:00
parent c7c9dd970f
commit 29ecb58682
4 changed files with 76 additions and 70 deletions

View File

@@ -108,6 +108,7 @@ public:
typedef ClientNetworkGameSocketHandler MyClient;
void NetworkClient_Connected();
void NetworkClientSetPassword(const char *password);
extern CompanyID _network_join_as;