hedgewars/uTypes.pas
changeset 10603 bda5c7caf396
parent 10466 aa5c64a58714
child 10606 8e95911cb86b
child 10634 35d059bd0932
equal deleted inserted replaced
10602:1ec0268f28af 10603:bda5c7caf396
   174 
   174 
   175     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   175     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   176     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   176     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   177     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   177     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   178     TUIDisplay = (uiAll, uiNoTeams, uiNone);
   178     TUIDisplay = (uiAll, uiNoTeams, uiNone);
       
   179     TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn);
       
   180 
   179 
   181 
   180     THHFont = record
   182     THHFont = record
   181             Handle: PTTF_Font;
   183             Handle: PTTF_Font;
   182             Height: LongInt;
   184             Height: LongInt;
   183             style: LongInt;
   185             style: LongInt;