feat(GUI): Added top bar to window

This commit is contained in:
Yimura
2021-05-19 11:49:22 +02:00
parent a2bb8cb320
commit 7c2e0a3d33
3 changed files with 80 additions and 0 deletions

View File

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