hedgewars/hwLibrary.pas
changeset 5166 d1eb1560b4d5
parent 4930 5d59bb58c365
child 5452 3edc3e3b8cdc
equal deleted inserted replaced
5165:91fb710a6668 5166:d1eb1560b4d5
    23 // "cdecl; export;" (see the fpclogo.pas unit for an example), and then add C-declarations for
    23 // "cdecl; export;" (see the fpclogo.pas unit for an example), and then add C-declarations for
    24 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
    24 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
    25 // to make these functions available in the C/C++/Objective-C source files
    25 // to make these functions available in the C/C++/Objective-C source files
    26 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
    26 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
    27 uses PascalExports, hwengine;
    27 uses PascalExports, hwengine;
    28 exports Game;
    28 exports Game, HW_versionInfo;
    29 begin
    29 begin
    30 
    30 
    31 end.
    31 end.
    32 
    32