Added EditorSystem

This commit is contained in:
2015-12-13 13:37:32 +01:00
parent 8a6030bf57
commit e5084e13ec
5 changed files with 26 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "Editor/EditorSystem.h"
void EditorSystem::Update(World* world, double dt)
{
}