[nostalgia] Switch Studio to PassThroughFS

This commit is contained in:
2019-01-15 22:33:13 -06:00
parent e5c5c0da43
commit af0e24d9bf
26 changed files with 159 additions and 107 deletions

View File

@@ -8,8 +8,7 @@
#include "world.hpp"
namespace nostalgia {
namespace world {
namespace nostalgia::world {
using namespace common;
using namespace core;
@@ -49,4 +48,3 @@ void Zone::setTile(int x, int y, Tile *td) {
}
}
}