8 lines
76 B
C++
8 lines
76 B
C++
#include <glm/gtc/vec1.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error = 0;
|
|
|
|
return Error;
|
|
}
|