hedgewars/SDLh.pas
changeset 2689 dfda97c153a4
parent 2674 2fce032f2f95
child 2690 8e83c7e31720
--- 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