mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 02:04:35 +00:00
15 lines
218 B
C++
15 lines
218 B
C++
#include "../precompiled.hpp"
|
|
#include <glm/glm.hpp>
|
|
#include <glm/gtc/matrix_transform.hpp>
|
|
|
|
namespace glm{
|
|
namespace test
|
|
{
|
|
bool main_gtc_matrix_transform()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
}//namespace test
|
|
}//namespace glm
|