Remove ox::fs using from GBA package

This commit is contained in:
Gary Talent 2017-05-12 19:07:51 -05:00
parent bfc87b50b1
commit 84164ab2d2

View File

@ -16,7 +16,7 @@
namespace nostalgia { namespace nostalgia {
namespace core { namespace core {
using namespace ox::fs; using namespace ox;
#define TILE_ADDR ((CharBlock*) 0x06000000) #define TILE_ADDR ((CharBlock*) 0x06000000)
#define TILE8_ADDR ((CharBlock8*) 0x06000000) #define TILE8_ADDR ((CharBlock8*) 0x06000000)