hedgewars/hwLibrary.pas
changeset 4187 adb144a907aa
parent 3464 cdb0ddeb38ba
child 4437 05192cdbce9b
--- 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.