diff --git a/enginecustom/enginecustom.vcxproj b/enginecustom/enginecustom.vcxproj
index 1032e5a..f24c322 100644
--- a/enginecustom/enginecustom.vcxproj
+++ b/enginecustom/enginecustom.vcxproj
@@ -119,6 +119,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/enginecustom/imgui.ini b/enginecustom/imgui.ini
index 0bb0731..cf6ea87 100644
--- a/enginecustom/imgui.ini
+++ b/enginecustom/imgui.ini
@@ -10,7 +10,7 @@ Collapsed=0
[Window][Khaotic Engine]
Pos=1267,19
-Size=317,441
+Size=317,842
Collapsed=0
DockId=0x00000005,0
@@ -28,7 +28,7 @@ DockId=0x0000000B,0
[Window][Terrain]
Pos=0,19
-Size=266,609
+Size=266,842
Collapsed=0
DockId=0x00000007,0
diff --git a/enginecustom/src/inc/system/application_class.h b/enginecustom/src/inc/system/application_class.h
index e8d7d12..a6e5081 100644
--- a/enginecustom/src/inc/system/application_class.h
+++ b/enginecustom/src/inc/system/application_class.h
@@ -32,6 +32,12 @@
#include "shadow_map.h"
#include "stats.h"
+#include "ecs/components/identity_component.h"
+#include "ecs/components/render_component.h"
+#include "ecs/components/transform_component.h"
+#include "ecs/components/physics_component.h"
+#include "ecs/components/shader_component.h"
+#include "ecs/systems/render_system.h"
#include
#include
@@ -46,6 +52,8 @@
#include
#include
+#include "ecs/entity_manager.h"
+
/////////////
// GLOBALS //
@@ -234,6 +242,8 @@ private :
// ------------- OBJECTS -------------- //
// ------------------------------------ //
+ std::unique_ptr entity_manager_;
+
object* selected_object_;
std::vector