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