hedgewars/uTypes.pas
branchqmlfrontend
changeset 10606 8e95911cb86b
parent 10515 7705784902e1
parent 10603 bda5c7caf396
child 10748 dc587913987c
equal deleted inserted replaced
10519:af019fa70080 10606:8e95911cb86b
   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;