mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 20:51:48 +00:00
10 lines
127 B
C++
10 lines
127 B
C++
|
#include <glm/gtc/type_precision.hpp>
|
||
|
#include <glm/gtx/associated_min_max.hpp>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int Error(0);
|
||
|
|
||
|
return Error;
|
||
|
}
|