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

@@ -14,9 +14,9 @@
#include "app/core/common.h"
#include "app/editor/context/entrance_context.h"
#include "app/editor/context/gfx_context.h"
#include "app/editor/modules/gfx_group_editor.h"
#include "app/editor/modules/palette_editor.h"
#include "app/editor/modules/tile16_editor.h"
#include "app/editor/graphics/gfx_group_editor.h"
#include "app/editor/graphics/palette_editor.h"
#include "app/editor/graphics/tile16_editor.h"
#include "app/editor/utils/editor.h"
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_palette.h"