Moved Tile classes to Graphics namespace

This commit is contained in:
Justin Scofield
2022-06-10 12:54:05 -04:00
parent 6b2506bd7e
commit afb7e33de9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
namespace yaze {
namespace Application {
namespace Data {
namespace Graphics {
ushort TileInfo::toShort() {
ushort value = 0;

View File

@@ -5,7 +5,7 @@
namespace yaze {
namespace Application {
namespace Data {
namespace Graphics {
using byte = unsigned char;
using ushort = unsigned short;