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