hedgewars/hwLibrary.pas
changeset 4929 3dca560e6510
parent 4859 74d32d1c3753
child 4930 5d59bb58c365
equal deleted inserted replaced
4928:6ebbca960503 4929:3dca560e6510
    11 // "cdecl; export;" (see the fpclogo.pas unit for an example), and then add C-declarations for
    11 // "cdecl; export;" (see the fpclogo.pas unit for an example), and then add C-declarations for
    12 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
    12 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
    13 // to make these functions available in the C/C++/Objective-C source files
    13 // to make these functions available in the C/C++/Objective-C source files
    14 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
    14 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
    15 uses PascalExports, hwengine;
    15 uses PascalExports, hwengine;
       
    16 exports Game;
    16 begin
    17 begin
    17 
    18 
    18 end.
    19 end.
    19 
    20