hedgewars/PascalExports.pas
changeset 2924 908851e59958
parent 2905 f3c79f7193a9
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2923:e33ecd95aa1a 2924:908851e59958
    13 unit PascalExports;
    13 unit PascalExports;
    14 
    14 
    15 interface
    15 interface
    16 uses uKeys, uConsole;
    16 uses uKeys, uConsole;
    17 
    17 
    18 {$INCLUDE "proto.inc"}
    18 {$INCLUDE "config.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 function  IPH_getDocumentsPath: PChar; cdecl; external;
    22 function  IPH_getDocumentsPath: PChar; cdecl; external;
    23 procedure IPH_showControls; cdecl; external;
    23 procedure IPH_showControls; cdecl; external;