diff -r 174c94b8ea72 -r dfda97c153a4 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Fri Jan 08 03:52:44 2010 +0000 +++ b/hedgewars/SDLh.pas Sat Jan 09 00:59:12 2010 +0000 @@ -734,7 +734,8 @@ function SDLNet_Read32(buf: pointer): LongWord; {$IFDEF IPHONEOS} -function get_documents_path: PChar; cdecl; external 'hwutils'; +function get_documents_path: PChar; cdecl; external 'hwutils'; +procedure IPH_showControls; cdecl; external name 'showControls'; {$ENDIF} implementation