Engine as library (both static & shared) #1

Merged
admin merged 9 commits from engine-structure into main 2025-10-17 13:25:48 +02:00
43 changed files with 234 additions and 179 deletions
Showing only changes of commit a32222f22f - Show all commits

View File

@ -1,8 +1,7 @@
#include <iostream> #include <iostream>
#include <cassert>
#include <glm/glm.hpp> #include <glm/glm.hpp>
#include <glm/ext/matrix_clip_space.hpp> #include <glm/ext/matrix_clip_space.hpp>
#ifdef WIN32 #ifdef _WIN32
#include <corecrt_math_defines.h> #include <corecrt_math_defines.h>
#endif #endif
#include <glm/ext/matrix_transform.hpp> #include <glm/ext/matrix_transform.hpp>