From 1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43 Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:22:23 +0000 Subject: trying to fix my screwup, please hold on --- libraries/ode-0.9/include/ode/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libraries/ode-0.9/include/ode/README (limited to 'libraries/ode-0.9/include/ode/README') diff --git a/libraries/ode-0.9/include/ode/README b/libraries/ode-0.9/include/ode/README deleted file mode 100644 index 9d7e99a..0000000 --- a/libraries/ode-0.9/include/ode/README +++ /dev/null @@ -1,18 +0,0 @@ - -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 exceptions are the odecpp.h and odecpp_collisioh.h files, which define a C++ wrapper for -the C interface. remember to keep this in sync! -- cgit v1.1