ashawkey's picture
add glm
a93901d
raw
history blame
No virus
119 Bytes
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/fast_exponential.hpp>
int main()
{
int Error(0);
return Error;
}