diff -r 23c50be687a9 -r cdb0ddeb38ba hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Sun May 16 17:23:30 2010 +0000 +++ b/hedgewars/hwLibrary.pas Sun May 16 18:12:10 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 cmem, hwengine; +uses cmem, hwengine, PascalExports; end.