mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
10 lines
123 B
C++
10 lines
123 B
C++
#define GLM_ENABLE_EXPERIMENTAL
|
|
#include <glm/gtx/matrix_major_storage.hpp>
|
|
|
|
int main()
|
|
{
|
|
int Error(0);
|
|
|
|
return Error;
|
|
}
|