init bar title

This commit is contained in:
yggverse 2024-08-05 18:11:04 +03:00
parent 18c3b8b72c
commit a830082b6b
5 changed files with 94 additions and 0 deletions

View file

@ -6,6 +6,7 @@
// Requirements
#include "../menu.h"
#include "bar/title.h"
namespace app
{
@ -17,6 +18,11 @@ namespace app
namespace header
{
namespace bar
{
class Title;
};
class Bar
{
public:
@ -32,6 +38,7 @@ namespace app
// Requirements
Menu *menu;
bar::Title *title;
Bar(
Header *header