mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 09:16:49 +08:00
12 lines
126 B
C++
12 lines
126 B
C++
#include "../precompiled.hpp"
|
|
#include <glm/glm.hpp>
|
|
#include <glm/gtx/inverse.hpp>
|
|
|
|
namespace glm
|
|
{
|
|
namespace test
|
|
{
|
|
|
|
}
|
|
}
|