glm/test/gtx/gtx_matrix_major_storage.cpp

9 lines
91 B
C++
Raw Normal View History

#include <glm/gtx/matrix_major_storage.hpp>
int main()
{
int Error(0);
return Error;
}