--- SIDPlayer/src/types.h 2000/07/28 12:42:30 1.1 +++ SIDPlayer/src/types.h 2001/01/21 18:04:46 1.3 @@ -1,7 +1,7 @@ /* * types.h - Definitions of data types * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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