mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
14 lines
284 B
C++
14 lines
284 B
C++
#include <glm/ext/matrix_relational.hpp>
|
|
#include <glm/ext/matrix_clip_space.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;
|
|
}
|