mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
9 lines
71 B
C++
9 lines
71 B
C++
|
#include <glm/ext.hpp>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int Error = 0;
|
||
|
|
||
|
return Error;
|
||
|
}
|