16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

merge manul

This commit is contained in:
WLs50
2025-03-09 15:36:11 +01:00
parent a687f551a2
commit a5f6397eca
1211 changed files with 483542 additions and 58643 deletions

View File

@@ -13,6 +13,7 @@
#endif
#define _USE_MATH_DEFINES
#define NOMINMAX
#include <cmath>
#ifdef _MSC_VER
// memory debug functions
@@ -88,6 +89,8 @@
#define glfwFocusWindow(w)
#endif
#define GLM_FORCE_AVX2
#define GLM_FORCE_SWIZZLE
#define GLM_ENABLE_EXPERIMENTAL
#define GLM_FORCE_CTOR_INIT
#include <glm/glm.hpp>
@@ -102,7 +105,7 @@
#include <glm/gtx/norm.hpp>
#include <glm/gtx/string_cast.hpp>
int const null_handle = 0;
#include "openglmatrixstack.h"
#define STRINGIZE_DETAIL(x) #x
@@ -114,4 +117,4 @@ int const null_handle = 0;
#include "crashreporter.h"
#endif
#endif