mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
0116f4b65d
git-subtree-dir: external/glm git-subtree-split: bf71a834948186f4097caa076cd2663c69a10e1e
14 lines
284 B
C++
14 lines
284 B
C++
#include <glm/ext/matrix_relational.hpp>
|
|
#include <glm/ext/matrix_projection.hpp>
|
|
#include <glm/ext/matrix_float4x4.hpp>
|
|
#include <glm/ext/vector_relational.hpp>
|
|
#include <glm/ext/vector_float4.hpp>
|
|
#include <glm/ext/vector_float3.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error = 0;
|
|
|
|
return Error;
|
|
}
|