1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/CConsoleHandler.h
mateuszb d708669a75 * 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
2007-08-15 15:13:11 +00:00

10 lines
144 B
C++

#ifndef CCONSOLEHANDLER_H
#define CCONSOLEHANDLER_H
class CConsoleHandler
{
public:
void runConsole();
};
#endif //CCONSOLEHANDLER_H