Moved Tile classes to Graphics namespace
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace yaze {
|
namespace yaze {
|
||||||
namespace Application {
|
namespace Application {
|
||||||
namespace Data {
|
namespace Graphics {
|
||||||
|
|
||||||
ushort TileInfo::toShort() {
|
ushort TileInfo::toShort() {
|
||||||
ushort value = 0;
|
ushort value = 0;
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
namespace yaze {
|
namespace yaze {
|
||||||
namespace Application {
|
namespace Application {
|
||||||
namespace Data {
|
namespace Graphics {
|
||||||
|
|
||||||
using byte = unsigned char;
|
using byte = unsigned char;
|
||||||
using ushort = unsigned short;
|
using ushort = unsigned short;
|
||||||
Reference in New Issue
Block a user