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