Fixed tests

This commit is contained in:
Christophe Riccio
2011-05-08 01:08:16 +01:00
parent 575e57ae9e
commit d210238609
3 changed files with 61 additions and 63 deletions

View File

@@ -2,18 +2,17 @@
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2010-09-16
// Updated : 2010-09-16
// Updated : 2010-05-07
// Licence : This source is under MIT licence
// File : test/gtc/matrix_transform.cpp
// File : test/gtc/quaternion.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
#define GLM_MESSAGES
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/quaternion.hpp>
int main()
{
int Error = -1;
int Error = 0;
return Error;
}