diff -r c2d590fc8df9 -r adb144a907aa hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Sun Nov 07 18:58:17 2010 +0100 +++ b/hedgewars/hwLibrary.pas Sun Nov 07 19:00:41 2010 +0100 @@ -13,6 +13,9 @@ // 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; - +begin + // avoid compiler warnings about units not being used + isTerminated:= isTerminated; + dummy:= dummy; end.