Sign in
cobalt
/
cobalt
/
c53efd6b6f8ddbcad01c167340ec04b3fd9d0604
/
.
/
src
/
third_party
/
glm
/
test
/
gtx
/
gtx_associated_min_max.cpp
blob: b025ee2f629f5bedeaab39c727605235d5e4ae93 [
file
] [
log
] [
blame
]
#include
<glm/gtc/type_precision.hpp>
#include
<glm/gtx/associated_min_max.hpp>
int
main
()
{
int
Error
(
0
);
return
Error
;
}