hedgewars/hwLibrary.pas
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4603 d362ab6c7f53
child 4850 434cd1284204
--- a/hedgewars/hwLibrary.pas	Mon Dec 27 23:57:44 2010 +0100
+++ b/hedgewars/hwLibrary.pas	Tue Jan 04 12:53:46 2011 +0100
@@ -12,10 +12,9 @@
 // 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, hwengine;
 begin
     // avoid compiler warnings about units not being used
     isTerminated:= isTerminated;
-    dummy:= dummy;
 end.