diff -r 4d6bf54a2973 -r adfe8a91658f hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Mon Mar 29 09:52:10 2010 +0000 +++ b/hedgewars/SDLh.pas Mon Mar 29 13:35:15 2010 +0000 @@ -683,6 +683,9 @@ function SDL_JoystickGetButton(joy: PSDL_Joystick; button: LongInt): Byte; cdecl; external SDLLibName; procedure SDL_JoystickClose(joy: PSDL_Joystick); cdecl; external SDLLibName; +function SDL_putenv(const text: PChar): LongInt; cdecl; external SDLLibName; +function SDL_getenv(const text: PChar): PChar; cdecl; external SDLLibName; + (* SDL_TTF *) function TTF_Init: LongInt; cdecl; external SDL_TTFLibName; procedure TTF_Quit; cdecl; external SDL_TTFLibName;