mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
9 lines
142 B
C
9 lines
142 B
C
|
#ifndef CCONSOLEHANDLER_H
|
||
|
#define CCONSOLEHANDLER_H
|
||
|
class CConsoleHandler
|
||
|
{
|
||
|
public:
|
||
|
void runConsole();
|
||
|
};
|
||
|
|
||
|
#endif //CCONSOLEHANDLER_H
|