mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 10:33:48 +00:00
11 lines
83 B
C++
11 lines
83 B
C++
#include <glm/trigonometric.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error = 0;
|
|
|
|
|
|
return Error;
|
|
}
|
|
|