mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-15 22:58:36 +03:00
TMP / compacted namespace declarations
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
#include "util.h"
|
||||
#include <ostream>
|
||||
|
||||
namespace progressia {
|
||||
namespace main {
|
||||
namespace progressia::main {
|
||||
|
||||
namespace detail {
|
||||
|
||||
@@ -60,5 +59,4 @@ detail::LogSink fatal(const char *start = nullptr);
|
||||
void initializeLogging();
|
||||
void shutdownLogging();
|
||||
|
||||
} // namespace main
|
||||
} // namespace progressia
|
||||
} // namespace progressia::main
|
||||
|
||||
Reference in New Issue
Block a user