mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init bar title
This commit is contained in:
parent
18c3b8b72c
commit
a830082b6b
5 changed files with 94 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue