Cosmetic: Commentary spelling corrections by Max Seidenstücker
[ode.git] / include / ode / README
blob9d7e99a8f887916021a101c78074ae4e4d0f4687
2 this is the public C interface to the ODE library.
4 all these files should be includable from C, i.e. they should not use any
5 C++ features. everything should be protected with
7         #ifdef __cplusplus
8         extern "C" {
9         #endif
11         ...
13         #ifdef __cplusplus
14         }
15         #endif
17 the only exceptions are the odecpp.h and odecpp_collisioh.h files, which define a C++ wrapper for
18 the C interface. remember to keep this in sync!