diff -r 94c948a92759 -r 05192cdbce9b hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Tue Nov 30 22:46:47 2010 +0100 +++ b/hedgewars/hwLibrary.pas Wed Dec 01 00:58:03 2010 +0100 @@ -12,7 +12,7 @@ // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group) // to make these functions available in the C/C++/Objective-C source files // (add "#include PascalImports.h" near the top of these files if it's not there yet) -uses cmem, hwengine, PascalExports; +uses cmem, uVariables, PascalExports; begin // avoid compiler warnings about units not being used isTerminated:= isTerminated;