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