Moved project out of engine.h

This commit is contained in:
Antoine Pilote
2024-09-04 00:30:35 -04:00
parent f650f0485b
commit db0ec40948
18 changed files with 41 additions and 123 deletions

View File

@@ -1,6 +1,8 @@
#include "Engine.h"
#include "src/Scene/Scene.h"
#include "src/Resource/Project.h"
#include "src/Physics/PhysicsManager.h"
#include <GLFW/glfw3.h>
#include "src/AI/NavManager.h"
#include "src/Audio/AudioManager.h"
@@ -13,6 +15,7 @@
#include "src/Threading/JobSystem.h"
#include "src/Modules/Modules.h"
#include <GLFW/glfw3.h>
#include <imgui/imgui_impl_glfw.h>
#include <imgui/imgui_impl_opengl3.h>
#include <Tracy.hpp>