should pass interrogation now once it passes normal compiling phase

This commit is contained in:
Josh Wilson
2007-01-30 06:04:00 +00:00
parent 490363bd79
commit 71abebad7d
3 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -11,4 +11,5 @@
avcodec.h avformat.h avio.h avutil.h common.h integer.h \
intfloat_readwrite.h mathematics.h rational.h rtp.h \
rtsp.h rtspcodes.h winsock2.h \
ode/common.h ode/config.h
ode/config.h ode/common.h collision_trimesh.h
+1
View File
@@ -0,0 +1 @@
#include "ode/collision_trimesh.h"
+6 -9
View File
@@ -6,15 +6,12 @@
#ifndef _ODE_CONFIG_H_
#define _ODE_CONFIG_H_
# ODE header stuff
#define dSINGLE 1
#define _MSC_VER 1
#define ODE_PLATFORM_WINDOWS
/*
typedef long int32;
typedef unsigned long uint32;
typedef short int16;
typedef unsigned short uint16;
typedef char int8;
typedef unsigned char uint8;
*/
#if !defined(ODE_API)
#define ODE_API
#endif
#endif /* _ODE_CONFIG_H */