changeset 3464 | cdb0ddeb38ba |
parent 3245 | 252be02536ab |
child 4187 | adb144a907aa |
--- 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.