hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10888 a04e04aaf599
parent 10819 57e21f7621b0
child 10892 83a99e2f8b00
--- a/hedgewars/uFLTypes.pas	Thu Apr 02 21:09:56 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Wed Apr 08 23:39:18 2015 +0300
@@ -75,6 +75,11 @@
             , worldedge: LongInt
         end;
     PScheme = ^TScheme;
+    TAmmo = record
+            ammoName: shortstring;
+            ammoStr: shortstring;
+        end;
+    PAmmo = ^TAmmo;
 
 implementation