feat(Window): Added Log window
This commit is contained in:
@ -5,6 +5,7 @@ namespace big
|
||||
class window {
|
||||
public:
|
||||
static void top_bar();
|
||||
static void log();
|
||||
static void main();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user