add editor/graphics, include graphics editor, palette editor, tile16, gfx group

This commit is contained in:
scawful
2024-07-14 21:08:24 -04:00
parent 088c662d6c
commit 53728d61e5
14 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
#include "app/core/common.h"
#include "app/core/constants.h"
#include "app/core/platform/clipboard.h"
#include "app/editor/modules/palette_editor.h"
#include "app/editor/graphics/palette_editor.h"
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_palette.h"
#include "app/gfx/snes_tile.h"