comparison include/SDL_config_amiga.h @ 1608:d951a5afaf07

A less rude way of doing the same thing...
author Sam Lantinga <slouken@libsdl.org>
date Thu, 23 Mar 2006 21:55:13 +0000
parents 932ba94c4032
children e49147870aac
comparison
equal deleted inserted replaced
1607:932ba94c4032 1608:d951a5afaf07
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 #ifndef _SDL_config_amiga_h 23 #ifndef _SDL_config_amiga_h
24 #define _SDL_config_amiga_h 24 #define _SDL_config_amiga_h
25 #ifndef _SDL_config_h 25
26 #error This file should be included from SDL_config.h - Copy SDL_config.h.default to SDL_config.h? 26 #include "SDL_platform.h"
27 #endif
28 27
29 /* This is a set of defines to configure the SDL features */ 28 /* This is a set of defines to configure the SDL features */
30 29
31 #define SDL_HAS_64BIT_TYPE 1 30 #define SDL_HAS_64BIT_TYPE 1
32 31