Update nostalgia to work with file system changes

This commit is contained in:
2018-02-02 01:15:53 -06:00
parent 637c9f24c2
commit f430d6d398
10 changed files with 211 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
#include <QMap>
#include <ox/clargs/clargs.hpp>
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
#include <nostalgia/core/gba/gba.hpp>
#include <nostalgia/common/point.hpp>

View File

@@ -13,7 +13,7 @@
#include <nostalgia/core/gba/gba.hpp>
#include <nostalgia/common/point.hpp>
#include <ox/clargs/clargs.hpp>
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
using namespace std;
using namespace ox;