ES-DE/test/ext/ext_matrix_projection.cpp
Leon Styhre 0116f4b65d Squashed 'external/glm/' content from commit bf71a8349
git-subtree-dir: external/glm
git-subtree-split: bf71a834948186f4097caa076cd2663c69a10e1e
2021-08-13 15:26:10 +02:00

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;
}