mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
enshort common namespaces
This commit is contained in:
parent
a830082b6b
commit
0d624d3db7
2 changed files with 33 additions and 48 deletions
|
|
@ -1,13 +1,7 @@
|
|||
#include "title.h"
|
||||
|
||||
namespace app
|
||||
namespace app::browser::header::bar
|
||||
{
|
||||
namespace browser
|
||||
{
|
||||
namespace header
|
||||
{
|
||||
namespace bar
|
||||
{
|
||||
// Construct
|
||||
Title::Title(
|
||||
Bar *bar
|
||||
|
|
@ -27,7 +21,4 @@ namespace app
|
|||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,12 +4,8 @@
|
|||
// Dependencies
|
||||
#include "../bar.h"
|
||||
|
||||
namespace app
|
||||
namespace app::browser::header
|
||||
{
|
||||
namespace browser
|
||||
{
|
||||
namespace header
|
||||
{
|
||||
class Bar;
|
||||
|
||||
namespace bar
|
||||
|
|
@ -32,8 +28,6 @@ namespace app
|
|||
);
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue