mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 19:36:20 +03:00
10 lines
93 B
C++
10 lines
93 B
C++
#pragma once
|
|
|
|
class MainMenu
|
|
{
|
|
public:
|
|
void build();
|
|
|
|
private:
|
|
void buildFilesCommand();
|
|
}; |