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

@@ -15,7 +15,7 @@
#include "app/core/common.h"
#include "app/core/constants.h"
#include "app/gfx/tile.h"
#include "app/gfx/snes_tile.h"
namespace yaze {
namespace app {