Update Ox
This commit is contained in:
parent
89a6196b04
commit
059be4e32a
@ -13,7 +13,7 @@
|
||||
namespace nostalgia {
|
||||
namespace studio {
|
||||
|
||||
using namespace ox::fs;
|
||||
using namespace ox;
|
||||
|
||||
QString Project::ROM_FILE = "/ROM.oxfs";
|
||||
|
||||
|
@ -23,7 +23,7 @@ class Project: public QObject {
|
||||
|
||||
QString m_path = "";
|
||||
QSharedPointer<QByteArray> m_romBuff;
|
||||
QSharedPointer<ox::fs::FileSystem> m_fs;
|
||||
QSharedPointer<ox::FileSystem> m_fs;
|
||||
|
||||
public:
|
||||
Project(QString path);
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "mainwindow.hpp"
|
||||
|
||||
using namespace nostalgia::studio;
|
||||
using namespace ox::clargs;
|
||||
using namespace ox;
|
||||
|
||||
int run(int argc, char **args) {
|
||||
ClArgs clargs(argc, (const char**) args);
|
||||
|
@ -17,8 +17,6 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace ox;
|
||||
using namespace ox::clargs;
|
||||
using namespace ox::fs;
|
||||
using namespace nostalgia::core;
|
||||
using namespace nostalgia::common;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user