fix system/user header formatting

This commit is contained in:
scawful
2024-07-30 21:45:01 -04:00
parent 1b41011c74
commit 95ba7630b8
6 changed files with 18 additions and 16 deletions

View File

@@ -1,9 +1,10 @@
#ifndef YAZE_APP_EDITOR_UTILS_FLAGS_H
#define YAZE_APP_EDITOR_UTILS_FLAGS_H
#include <core/common.h>
#include <imgui/imgui.h>
#include "core/common.h"
namespace yaze {
namespace app {
namespace editor {
@@ -64,4 +65,4 @@ struct FlagsMenu : public core::ExperimentFlags {
} // namespace app
} // namespace yaze
#endif // YAZE_APP_EDITOR_UTILS_FLAGS_H_
#endif // YAZE_APP_EDITOR_UTILS_FLAGS_H_