mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-30 08:57:00 +02:00
d708669a75
* 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
10 lines
144 B
C++
10 lines
144 B
C++
#ifndef CCONSOLEHANDLER_H
|
|
#define CCONSOLEHANDLER_H
|
|
|
|
class CConsoleHandler
|
|
{
|
|
public:
|
|
void runConsole();
|
|
};
|
|
|
|
#endif //CCONSOLEHANDLER_H
|