(svn r5872) - Feature: Add an icon to the SDL openttd executable.

This commit is contained in:
Darkvater
2006-08-13 08:18:11 +00:00
parent 00aaf8b8f1
commit b1b0b26fc8
5 changed files with 36 additions and 1 deletions

5
sdl.c
View File

@@ -54,6 +54,11 @@ static const char sdl_files[] =
M("SDL_VideoDriverName")
M("SDL_ListModes")
M("SDL_GetKeyState")
M("SDL_LoadBMP_RW")
M("SDL_RWFromFile")
M("SDL_SetColorKey")
M("SDL_WM_SetIcon")
M("SDL_MapRGB")
M("")
;
#undef M