diff -r 71250942e95b -r c85ffe57d971 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Sun Jan 24 19:01:51 2010 +0000 +++ b/hedgewars/PascalExports.pas Sun Jan 24 19:52:30 2010 +0000 @@ -19,6 +19,7 @@ {$IFDEF IPHONEOS} // called by pascal code, they deal with the objc code +procedure IPH_CreateWindowsFromObjc; cdecl; external; function IPH_getDocumentsPath: PChar; cdecl; external; procedure IPH_showControls; cdecl; external;