# | Line 25 | Line 25 | |
---|---|---|
25 | #include "config.h" | |
26 | #endif | |
27 | ||
28 | < | #ifdef __BEOS__ |
28 | > | #if defined(__BEOS__) |
29 | #include <support/SupportDefs.h> | |
30 | + | #elif defined(SDL) |
31 | + | #include <SDL_types.h> |
32 | + | typedef Uint8 uint8; |
33 | + | typedef Sint8 int8; |
34 | + | typedef Uint16 uint16; |
35 | + | typedef Sint16 int16; |
36 | + | typedef Uint32 uint32; |
37 | + | typedef Sint32 int32; |
38 | #endif | |
39 | ||
40 | // Cycle count |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |