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:
10
CConsoleHandler.h
Normal file
10
CConsoleHandler.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef CCONSOLEHANDLER_H
|
||||
#define CCONSOLEHANDLER_H
|
||||
|
||||
class CConsoleHandler
|
||||
{
|
||||
public:
|
||||
void runConsole();
|
||||
};
|
||||
|
||||
#endif //CCONSOLEHANDLER_H
|
Reference in New Issue
Block a user