glm/test/gtx/matrix_selection.cpp
Christophe Riccio 3cb1965573 Added test files
2010-04-29 16:54:07 +01:00

12 lines
135 B
C++

#include "../precompiled.hpp"
#include <glm/glm.hpp>
#include <glm/gtx/matrix_selection.hpp>
namespace glm
{
namespace test
{
}
}