mirror of
https://github.com/icaven/glm.git
synced 2026-01-01 03:12:16 +08:00
9 lines
71 B
C++
9 lines
71 B
C++
#include <glm/ext.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error = 0;
|
|
|
|
return Error;
|
|
}
|