--- SIDPlayer/src/types.h 2000/07/28 12:42:30 1.1 +++ SIDPlayer/src/types.h 2000/09/19 15:34:12 1.2 @@ -25,8 +25,16 @@ #include "config.h" #endif -#ifdef __BEOS__ +#if defined(__BEOS__) #include +#elif defined(SDL) +#include +typedef Uint8 uint8; +typedef Sint8 int8; +typedef Uint16 uint16; +typedef Sint16 int16; +typedef Uint32 uint32; +typedef Sint32 int32; #endif // Cycle count