1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

* some functions have been written

* added CConsoleHandler to interact with user (it should be testing - only, the real console should be as in h3)

pathfinder MAY work now, but it isn't tested
This commit is contained in:
mateuszb
2007-08-15 15:13:11 +00:00
parent 8cc7e103bd
commit d708669a75
8 changed files with 189 additions and 39 deletions

10
CConsoleHandler.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef CCONSOLEHANDLER_H
#define CCONSOLEHANDLER_H
class CConsoleHandler
{
public:
void runConsole();
};
#endif //CCONSOLEHANDLER_H