Add linmath.h (GLM alternative)

This commit is contained in:
MrFloor
2022-01-29 21:18:17 +01:00
parent 85b6cb557b
commit 84b1a9a186
2 changed files with 603 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <stdbool.h>
#include "stb_image.h"
#include <linmath.h>
#include "Renderer.h"
#include "Input.h"