diff -r 6ebbca960503 -r 3dca560e6510 hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Sun Feb 06 11:34:52 2011 +0100 +++ b/hedgewars/hwLibrary.pas Sun Feb 06 11:39:11 2011 +0100 @@ -13,6 +13,7 @@ // 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 PascalExports, hwengine; +exports Game; begin end.