Highlight selected unit

Debug information about selected unit
This commit is contained in:
2025-07-07 23:34:34 +03:00
parent 7da1909c76
commit ee925cebc9
4 changed files with 64 additions and 28 deletions

View File

@@ -29,5 +29,5 @@ public:
private:
void Random(char);
void clearScreen();
void print_field();
void print_field(int, int);
};