Add new World wizard

This commit is contained in:
2017-12-20 22:41:14 -06:00
parent 2edee450aa
commit 4e50d80f5f
31 changed files with 415 additions and 94 deletions
@@ -0,0 +1,13 @@
#include "worldeditor.hpp"
namespace nostalgia {
namespace world {
using namespace studio;
WorldEditor::WorldEditor(QString path, const Context *ctx) {
}
}
}