hedgewars/PascalExports.pas
changeset 2714 c85ffe57d971
parent 2698 90585aba87ad
child 2716 b9ca1bfca24f
--- 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;