Adding libraries and dependencies for easy portability

This commit is contained in:
onTheZero
2024-10-06 17:03:35 -04:00
parent 85bdd1b16b
commit 0c0981e60c
1677 changed files with 302205 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/matrix_operation.hpp>
int main()
{
int Error(0);
return Error;
}