mirror of
https://gitlab.com/es-de/emulationstation-de.git
synced 2025-04-02 10:51:45 -04:00
8 lines
79 B
C++
8 lines
79 B
C++
#include <glm/gtc/reciprocal.hpp>
|
|
#include <ctime>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|