Commit all of GLM into this branch because why not

I do not like it but I have done it

portability ftw
This commit is contained in:
Ben Visness
2018-02-10 18:52:07 -06:00
parent 5ec1df056f
commit 244e9879fd
1049 changed files with 208111 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#include "glm/glm.hpp"
int main (){
glm::mat4x4 aMatrix;
return 0;
}