mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-06 20:43:15 +02:00
9 lines
87 B
C++
9 lines
87 B
C++
#include <glm/gtc/reciprocal.hpp>
|
|
#include <ctime>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|