changed tile.h and tile16.cc to snes_tile

This commit is contained in:
Justin Scofield
2022-07-11 20:39:08 -04:00
parent 1fd875421f
commit 08590d824d
14 changed files with 46 additions and 39 deletions

View File

@@ -1,10 +1,13 @@
#include "overworld_map.h"
#include <imgui/imgui.h>
#include <cstddef>
#include <memory>
#include "app/core/common.h"
#include "app/gfx/bitmap.h"
#include "app/gfx/tile.h"
#include "app/gfx/snes_tile.h"
#include "app/rom.h"
namespace yaze {