diff -r 654795439cf8 -r 252be02536ab hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Thu Apr 01 17:01:04 2010 +0000 +++ b/hedgewars/hwLibrary.pas Thu Apr 01 21:57:03 2010 +0000 @@ -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 hwengine; +uses cmem, hwengine; end.