Add ScreenEditor to main Editor

This commit is contained in:
Justin Scofield
2022-07-19 20:53:03 +00:00
parent 3f4d589c98
commit 86150f82bd
4 changed files with 22 additions and 3 deletions

View File

@@ -1 +1,9 @@
#include "app/editor/screen_editor.h"
#include "app/editor/screen_editor.h"
namespace yaze {
namespace app {
namespace editor {
void ScreenEditor::Update() {}
} // namespace editor
} // namespace app
} // namespace yaze