mirror of
https://github.com/g-truc/glm.git
synced 2026-09-11 04:58:07 +00:00
Added test files
This commit is contained in:
27
test/core.cpp
Normal file
27
test/core.cpp
Normal file
@@ -0,0 +1,27 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Created : 2009-11-14
|
||||
// Updated : 2009-11-14
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/bug.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
namespace glm{
|
||||
namespace test
|
||||
{
|
||||
bool main_bug()
|
||||
{
|
||||
bool Result = true;
|
||||
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
||||
}//namespace test
|
||||
}//namespace glm
|
||||
Reference in New Issue
Block a user