include relative full path for vectormath_aos.h, and fix minor typo in glut.h

This commit is contained in:
erwin.coumans
2009-09-07 17:42:12 +00:00
parent 52971076f5
commit df550730da
3 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ subject to the following restrictions:
#endif
#include <math.h>
#include <vectormath_aos.h>
#include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"
//<vectormath_aos.h>
using namespace Vectormath::Aos;