--- a/hedgewars/uConsts.pas Tue Jan 14 11:45:52 2014 +0100
+++ b/hedgewars/uConsts.pas Tue Jan 14 22:56:13 2014 +0100
@@ -300,6 +300,10 @@
kSystemSoundID_Vibrate = $00000FFF;
+ rtnTestSuccess = $00000000;
+ rtnTestFailed = $00000001;
+ rtnTestLuaErr = $00000002;
+
implementation
end.