// // b3win32.h // 1-Jan-1999 // Bullet 3 include for Windows 32-bit // Copyright (C)1999 Cornel Huth http://40th.com/ // #ifndef BLT3WIN32_H #define BLT3WIN32_H #ifdef __cplusplus extern "C" { #endif #include "b3defw32.h" #include "b3define.h" #include "b3types.h" #ifndef BLT_DYNALOAD #include "b3proto.h" #else #include "b3protod.h" #endif #ifdef __cplusplus }; #endif #endif // end b3win32.h