hedgewars/PascalExports.pas
changeset 2716 b9ca1bfca24f
parent 2714 c85ffe57d971
child 2754 ad4f81fbfb76
equal deleted inserted replaced
2715:0e4e0db79e2a 2716:b9ca1bfca24f
    17 
    17 
    18 {$INCLUDE "proto.inc"}
    18 {$INCLUDE "proto.inc"}
    19 
    19 
    20 {$IFDEF IPHONEOS}
    20 {$IFDEF IPHONEOS}
    21 // called by pascal code, they deal with the objc code
    21 // called by pascal code, they deal with the objc code
    22 procedure IPH_CreateWindowsFromObjc; cdecl; external;
       
    23 function  IPH_getDocumentsPath: PChar; cdecl; external;
    22 function  IPH_getDocumentsPath: PChar; cdecl; external;
    24 procedure IPH_showControls; cdecl; external;
    23 procedure IPH_showControls; cdecl; external;
    25 
    24 
    26 // retrieve protocol information
    25 // retrieve protocol information
    27 function  HW_protoVer: LongInt; cdecl; export;
    26 function  HW_protoVer: LongInt; cdecl; export;