aboutsummaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/main.cpp')
-rw-r--r--source/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/main.cpp b/source/main.cpp
index c0668d0..c49fc0b 100644
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -4,6 +4,7 @@
#include "CommonVertexIndex.hpp"
#include "EditorGuizmo.hpp"
#include "Ires.hpp"
+#include "Level.hpp"
#include "Material.hpp"
#include "Shader.hpp"
@@ -247,6 +248,9 @@ int main(int argc, char* argv[]) {
IresManager::instance = new IresManager();
IresManager::instance->DiscoverFilesDesignatedLocation();
+ LevelManager::instance = new LevelManager();
+ LevelManager::instance->DiscoverFilesDesignatedLocation();
+
gVformatStandard.Attach(new VertexFormat());
gVformatStandard->AddElement(VertexElementFormat{
.bindingIndex = 0,