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

@@ -12,7 +12,7 @@
#include <QVector>
#include <QVariant>
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
namespace nostalgia {
namespace studio {

View File

@@ -10,7 +10,7 @@
#include <QSharedPointer>
#include <ox/fs/filesystem.hpp>
#include <ox/fs/fs.hpp>
#include <ox/mc/mc.hpp>
namespace nostalgia {