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