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,9 @@
#include "sprite_editor.h"
#include <core/platform/file_dialog.h>
#include <editor/sprite/zsprite.h>
#include <gui/icons.h>
#include <gui/input.h>
#include "app/core/platform/file_dialog.h"
#include "app/editor/sprite/zsprite.h"
#include "app/gui/icons.h"
#include "app/gui/input.h"
namespace yaze {
namespace app {
@@ -275,4 +275,4 @@ void SpriteEditor::DrawCustomSpritesMetadata() {
} // namespace editor
} // namespace app
} // namespace yaze
} // namespace yaze

View File

@@ -1,7 +1,6 @@
#ifndef YAZE_APP_EDITOR_SPRITE_ZSPRITE_H
#define YAZE_APP_EDITOR_SPRITE_ZSPRITE_H
#include <gfx/snes_tile.h>
#include <imgui/imgui.h>
#include <algorithm>
@@ -11,6 +10,7 @@
#include <vector>
#include "absl/status/status.h"
#include "app/gfx/snes_tile.h"
namespace yaze {
namespace app {
@@ -393,4 +393,4 @@ struct ZSprite {
} // namespace app
} // namespace yaze
#endif // YAZE_APP_EDITOR_SPRITE_ZSPRITE_H
#endif // YAZE_APP_EDITOR_SPRITE_ZSPRITE_H