replace math_graphics with glm version 1.0.3

This commit is contained in:
Sven Balzer
2026-04-15 10:50:41 +02:00
parent 07af9deb6a
commit 4ec664c8db
1676 changed files with 289261 additions and 1477 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <glm/gtc/vec1.hpp>
int main()
{
int Error = 0;
return Error;
}