feat(GUI): Added debug window

This commit is contained in:
Yimura
2021-12-22 21:41:00 +01:00
parent 0f56f836bb
commit 96f04d762b
8 changed files with 136 additions and 0 deletions

View File

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