mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
* drawing paths * new command "P X1 Y1 Z1 X2 Y2 Z2" - draws path between given points * borders handling rewritten * minor stuff
9 lines
142 B
C++
9 lines
142 B
C++
#ifndef CCONSOLEHANDLER_H
|
|
#define CCONSOLEHANDLER_H
|
|
class CConsoleHandler
|
|
{
|
|
public:
|
|
void runConsole();
|
|
};
|
|
|
|
#endif //CCONSOLEHANDLER_H
|