| OpenTTD
    | 
Implementation of SDL support. More...
Go to the source code of this file.
| Functions | |
| const char * | SdlOpen (uint32 x) | 
| Open the SDL library. | |
| void | SdlClose (uint32 x) | 
| Close the SDL library. | |
| Variables | |
| static int | _sdl_usage | 
| Number of users of the SDL library. | |
Implementation of SDL support.
Definition in file sdl.cpp.
| void SdlClose | ( | uint32 | x | ) | 
Close the SDL library.
| x | The subsystem to close. | 
Definition at line 109 of file sdl.cpp.
References _sdl_usage.
Referenced by SoundDriver_SDL::Stop(), and VideoDriver_SDL::Stop().
| const char* SdlOpen | ( | uint32 | x | ) | 
Open the SDL library.
| x | The subsystem to load. | 
Definition at line 88 of file sdl.cpp.
References _sdl_usage.
Referenced by SoundDriver_SDL::Start(), and VideoDriver_SDL::Start().
| 
 | static | 
Number of users of the SDL library.
Definition at line 20 of file sdl.cpp.
Referenced by SdlClose(), and SdlOpen().
 1.8.1.2
 1.8.1.2