kairunwen's picture
add code
35e2073
raw
history blame contribute delete
109 Bytes
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/extend.hpp>
int main()
{
int Error(0);
return Error;
}