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,12 +1,6 @@
|
|||
#include "title.h"
|
||||
|
||||
namespace app
|
||||
{
|
||||
namespace browser
|
||||
{
|
||||
namespace header
|
||||
{
|
||||
namespace bar
|
||||
namespace app::browser::header::bar
|
||||
{
|
||||
// Construct
|
||||
Title::Title(
|
||||
|
|
@ -28,6 +22,3 @@ namespace app
|
|||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,11 +4,7 @@
|
|||
// Dependencies
|
||||
#include "../bar.h"
|
||||
|
||||
namespace app
|
||||
{
|
||||
namespace browser
|
||||
{
|
||||
namespace header
|
||||
namespace app::browser::header
|
||||
{
|
||||
class Bar;
|
||||
|
||||
|
|
@ -33,7 +29,5 @@ namespace app
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue