hedgewars/hwLibrary.pas
changeset 3245 252be02536ab
parent 2698 90585aba87ad
child 3464 cdb0ddeb38ba
--- 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.