feat(Window): Added Log window

This commit is contained in:
Yimura
2021-05-21 12:44:43 +02:00
parent b87efe5a4e
commit ecac78c493
7 changed files with 65 additions and 22 deletions

View File

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