TMP / compacted namespace declarations

This commit is contained in:
2023-03-21 15:03:48 +01:00
parent 5ff9334c64
commit 31c5692ba8
40 changed files with 81 additions and 161 deletions

View File

@@ -11,8 +11,7 @@
#include "vulkan_mgmt.h"
using namespace progressia::main::logging;
namespace progressia {
namespace desktop {
namespace progressia::desktop {
static GLFWwindow *window = nullptr;
@@ -78,5 +77,4 @@ void onWindowGeometryChange(GLFWwindow *window, [[maybe_unused]] int width,
GLFWwindow *getGLFWWindowHandle() { return window; }
} // namespace desktop
} // namespace progressia
} // namespace progressia::desktop