hedgewars/uTypes.pas
changeset 11744 ac58a063d26a
parent 11734 f48408dcea36
child 11766 abcdb7bc2620
equal deleted inserted replaced
11743:eefa04b23c3b 11744:ac58a063d26a
   178 
   178 
   179     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   179     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   180     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   180     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   181     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   181     TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky);
   182     TUIDisplay = (uiAll, uiNoTeams, uiNone);
   182     TUIDisplay = (uiAll, uiNoTeams, uiNone);
   183     TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn);
   183     TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn, mgForts);
   184 
   184 
   185 
   185 
   186     THHFont = record
   186     THHFont = record
   187             Handle: PTTF_Font;
   187             Handle: PTTF_Font;
   188             Height: LongInt;
   188             Height: LongInt;