mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
11 lines
83 B
C++
11 lines
83 B
C++
|
#include <glm/trigonometric.hpp>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int Error = 0;
|
||
|
|
||
|
|
||
|
return Error;
|
||
|
}
|
||
|
|