8 lines
64 B
C
8 lines
64 B
C
|
#pragma once
|
||
|
class TextMenu
|
||
|
{
|
||
|
public:
|
||
|
void TextMainMenu();
|
||
|
};
|
||
|
|