mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
11 lines
93 B
C++
11 lines
93 B
C++
|
#include <glm/gtx/matrix_interpolation.hpp>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int Error(0);
|
||
|
|
||
|
return Error;
|
||
|
}
|
||
|
|
||
|
|