hedgewars/SDLh.pas
changeset 12591 7bae1fab444b
parent 12124 ffc7bb9fde01
child 12612 2ffdee246adc
equal deleted inserted replaced
12590:b4b5484be651 12591:7bae1fab444b
    74 {$ENDIF}
    74 {$ENDIF}
    75 
    75 
    76 /////////////////////////////////////////////////////////////////
    76 /////////////////////////////////////////////////////////////////
    77 /////////////////////  CONSTANT DEFINITIONS /////////////////////
    77 /////////////////////  CONSTANT DEFINITIONS /////////////////////
    78 /////////////////////////////////////////////////////////////////
    78 /////////////////////////////////////////////////////////////////
       
    79 
       
    80     SDL_FALSE = 0;
       
    81     SDL_TRUE = 1;
    79 
    82 
    80     // SDL_Init() flags
    83     // SDL_Init() flags
    81     SDL_INIT_TIMER          = $00000001;
    84     SDL_INIT_TIMER          = $00000001;
    82     SDL_INIT_AUDIO          = $00000010;
    85     SDL_INIT_AUDIO          = $00000010;
    83     SDL_INIT_VIDEO          = $00000020; // implies SDL_INIT_EVENTS (sdl2)
    86     SDL_INIT_VIDEO          = $00000020; // implies SDL_INIT_EVENTS (sdl2)