mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
9 lines
119 B
C++
9 lines
119 B
C++
#define GLM_ENABLE_EXPERIMENTAL
|
|
#include <glm/gtx/fast_exponential.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|