blender/extern/ode/dist/include/ode
2002-10-30 02:07:20 +00:00
..
common.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
contact.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
error.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
geom.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
mass.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
matrix.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
memory.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
misc.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
objects.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
ode.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
odecpp_old.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
odecpp.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
odemath.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
README checkin of ODE library. Do not modify the ODE source code; instead, follow the 2002-10-18 15:02:02 +00:00
rotation.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
space.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
timer.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00

this is the public C interface to the ODE library.

all these files should be includable from C, i.e. they should not use any
C++ features. everything should be protected with

	#ifdef __cplusplus
	extern "C" {
	#endif

	...

	#ifdef __cplusplus
	}
	#endif

the only exception is the odecpp.h file, which defines a C++ wrapper for
the C interface. remember to keep this in sync!