hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10819 57e21f7621b0
parent 10452 03519fd9f98d
child 10888 a04e04aaf599
--- a/hedgewars/uFLTypes.pas	Sat Feb 07 23:26:14 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Sun Feb 08 00:10:05 2015 +0300
@@ -33,6 +33,49 @@
         end;
     PTeam = ^TTeam;
 
+    TScheme = record
+            schemeName
+            , scriptparam : shortstring;
+            fortsmode
+            , divteams
+            , solidland
+            , border
+            , lowgrav
+            , laser
+            , invulnerability
+            , mines
+            , vampiric
+            , karma
+            , artillery
+            , randomorder
+            , king
+            , placehog
+            , sharedammo
+            , disablegirders
+            , disablewind
+            , morewind
+            , tagteam
+            , bottomborder: boolean;
+            damagefactor
+            , turntime
+            , health
+            , suddendeath
+            , caseprobability
+            , minestime
+            , landadds
+            , minedudpct
+            , explosives
+            , minesnum
+            , healthprobability
+            , healthcaseamount
+            , waterrise
+            , healthdecrease
+            , ropepct
+            , getawaytime
+            , worldedge: LongInt
+        end;
+    PScheme = ^TScheme;
+
 implementation
 
 end.