header housekeeping

This commit is contained in:
Justin Scofield
2022-07-19 19:16:44 +00:00
parent 9f2041be70
commit 4961e02317
4 changed files with 12 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#ifndef YAZE_APP_gfx_PALETTE_H
#define YAZE_APP_gfx_PALETTE_H
#ifndef YAZE_APP_GFX_PALETTE_H
#define YAZE_APP_GFX_PALETTE_H
#include <SDL2/SDL.h>
#include <imgui/imgui.h>
@@ -50,4 +50,4 @@ class SNESPalette {
} // namespace app
} // namespace yaze
#endif // YAZE_APP_gfx_PALETTE_H
#endif // YAZE_APP_GFX_PALETTE_H