Stub editor application

This commit is contained in:
Jack Andersen
2018-03-14 14:25:29 -10:00
parent 8f94bdd488
commit f5a0a46453
22 changed files with 274 additions and 0 deletions

15
Editor/MainWindow.hpp Normal file
View File

@@ -0,0 +1,15 @@
//
// Created by Jack Andersen on 3/5/18.
//
#ifndef URDE_MAINWINDOW_HPP
#define URDE_MAINWINDOW_HPP
class MainWindow
{
};
#endif //URDE_MAINWINDOW_HPP