include relative full path for vectormath_aos.h, and fix minor typo in glut.h
This commit is contained in:
@@ -58,7 +58,6 @@ typedef unsigned short int wchar_t;
|
|||||||
#else
|
#else
|
||||||
#pragma message("Note: including lib: glut32.lib\n")
|
#pragma message("Note: including lib: glut32.lib\n")
|
||||||
#pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */
|
#pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */
|
||||||
asb
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma warning (disable:4244) /* Disable bogus conversion warnings. */
|
#pragma warning (disable:4244) /* Disable bogus conversion warnings. */
|
||||||
|
|||||||
@@ -23,7 +23,8 @@ subject to the following restrictions:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <vectormath_aos.h>
|
#include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"
|
||||||
|
//<vectormath_aos.h>
|
||||||
|
|
||||||
using namespace Vectormath::Aos;
|
using namespace Vectormath::Aos;
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,8 @@
|
|||||||
#ifndef AOS_VECTORMATH_BULLET_CONVERT_H
|
#ifndef AOS_VECTORMATH_BULLET_CONVERT_H
|
||||||
#define AOS_VECTORMATH_BULLET_CONVERT_H
|
#define AOS_VECTORMATH_BULLET_CONVERT_H
|
||||||
|
|
||||||
#include <vectormath_aos.h>
|
//#include <vectormath_aos.h>
|
||||||
|
#include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"
|
||||||
#include "LinearMath/btVector3.h"
|
#include "LinearMath/btVector3.h"
|
||||||
#include "LinearMath/btQuaternion.h"
|
#include "LinearMath/btQuaternion.h"
|
||||||
#include "LinearMath/btMatrix3x3.h"
|
#include "LinearMath/btMatrix3x3.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user