replace math_graphics with glm version 1.0.3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include <glm/gtx/extend.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error(0);
|
||||
|
||||
return Error;
|
||||
}
|
||||
Reference in New Issue
Block a user