diff --git a/src/app/gfx/snes_tile.h b/src/app/gfx/snes_tile.h index 1d6e0fc3..0c2c9cdc 100644 --- a/src/app/gfx/snes_tile.h +++ b/src/app/gfx/snes_tile.h @@ -84,8 +84,7 @@ class OAMTile { } }; -TileInfo -GetTilesInfo(ushort tile); +TileInfo GetTilesInfo(ushort tile); void BuildTiles16Gfx(uchar* mapblockset16, uchar* currentOWgfx16Ptr, std::vector& allTiles); void CopyTile16(int x, int y, int xx, int yy, int offset, TileInfo tile,