feat(GUI): Added handling window

This commit is contained in:
Yimura
2021-07-25 22:24:48 +02:00
parent 65388964d7
commit db13703b43
11 changed files with 280 additions and 17 deletions

View File

@ -5,6 +5,7 @@ namespace big
class window {
public:
static void top_bar();
static void handling();
static void log();
static void main();
static void player();