1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

More changes for netcode/serialization

Removed not needed stuff
This commit is contained in:
Michał W. Urbańczyk
2008-07-25 17:28:28 +00:00
parent 358ab062eb
commit 0c139e72f5
62 changed files with 1102 additions and 5137 deletions

View File

@@ -7,7 +7,7 @@ class CConsoleHandler
public:
void runConsole();
friend int _tmain(int argc, _TCHAR* argv[]);
friend class CClient;
};
#endif //CCONSOLEHANDLER_H