changeset 5166 | d1eb1560b4d5 |
parent 4930 | 5d59bb58c365 |
child 5452 | 3edc3e3b8cdc |
--- a/hedgewars/hwLibrary.pas Tue Apr 19 15:34:21 2011 -0400 +++ b/hedgewars/hwLibrary.pas Wed Apr 20 05:26:47 2011 +0200 @@ -25,7 +25,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; +exports Game, HW_versionInfo; begin end.