mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 14:45:38 +00:00
10 lines
116 B
C++
10 lines
116 B
C++
|
#define GLM_ENABLE_EXPERIMENTAL
|
||
|
#include <glm/gtx/perpendicular.hpp>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int Error(0);
|
||
|
|
||
|
return Error;
|
||
|
}
|