hedgewars/SDLh.pas
changeset 3153 adfe8a91658f
parent 2948 3f21a9dc93d0
child 3341 3de60a5986e9
--- 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;