forked from bartvdbraak/blender
01bff70383
little minor spacing issues. |
||
---|---|---|
.. | ||
common.h | ||
contact.h | ||
error.h | ||
geom.h | ||
mass.h | ||
matrix.h | ||
memory.h | ||
misc.h | ||
objects.h | ||
ode.h | ||
odecpp_old.h | ||
odecpp.h | ||
odemath.h | ||
README | ||
rotation.h | ||
space.h | ||
timer.h |
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!