hedgewars/hwLibrary.pas
changeset 4438 39ab70b37e01
parent 4437 05192cdbce9b
child 4603 d362ab6c7f53
--- a/hedgewars/hwLibrary.pas	Wed Dec 01 00:58:03 2010 +0100
+++ b/hedgewars/hwLibrary.pas	Wed Dec 01 01:43:55 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, uVariables, PascalExports;
+uses cmem, uVariables, PascalExports, hwengine;
 begin
     // avoid compiler warnings about units not being used
     isTerminated:= isTerminated;