namespace housekeeping continued again

This commit is contained in:
Justin Scofield
2022-06-20 14:00:59 -04:00
parent 27f8eb7639
commit f9e0ed17bf
26 changed files with 82 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
#ifndef YAZE_APPLICATION_EDITOR_OVERWORLDEDITOR_H
#define YAZE_APPLICATION_EDITOR_OVERWORLDEDITOR_H
#ifndef YAZE_APP_EDITOR_OVERWORLDEDITOR_H
#define YAZE_APP_EDITOR_OVERWORLDEDITOR_H
#include <imgui/imgui.h>
@@ -10,7 +10,7 @@
namespace yaze {
namespace application {
namespace app {
namespace Editor {
static constexpr unsigned int k4BPP = 4;
@@ -73,7 +73,7 @@ class OverworldEditor {
ImGuiTableFlags_SizingStretchSame;
};
} // namespace Editor
} // namespace application
} // namespace app
} // namespace yaze
#endif