hedgewars/hwLibrary.pas
changeset 4603 d362ab6c7f53
parent 4438 39ab70b37e01
child 4850 434cd1284204
equal deleted inserted replaced
4600:5a3b1dbdd4c9 4603:d362ab6c7f53
    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 cmem, uVariables, PascalExports, hwengine;
    15 uses cmem, uVariables, PascalExports, hwengine;
    16 begin
    16 begin
    17     // avoid compiler warnings about units not being used
    17     // avoid compiler warnings about units not being used
    18     isTerminated:= isTerminated;
    18     isTerminated:= isTerminated;
    19     dummy:= dummy;
       
    20 end.
    19 end.
    21 
    20