make the compiler happy with Collision example

This commit is contained in:
Erwin Coumans
2015-10-19 18:21:45 -07:00
parent 5a21424662
commit abcaa19bc8
4 changed files with 53 additions and 21 deletions

View File

@@ -4,6 +4,7 @@
#define PL_DECLARE_HANDLE(name) typedef struct name##__ { int unused; } *name
#ifdef BT_USE_DOUBLE_PRECISION
typedef double plReal;
#else