@@ -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
+
@@ -0,0 +1 @@
+#include "ode/collision_trimesh.h"
@@ -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 */