branch | qmlfrontend |
changeset 10606 | 8e95911cb86b |
parent 10515 | 7705784902e1 |
parent 10603 | bda5c7caf396 |
child 10748 | dc587913987c |
--- a/hedgewars/uTypes.pas Sat Nov 22 00:55:01 2014 +0300 +++ b/hedgewars/uTypes.pas Wed Dec 03 00:07:33 2014 +0300 @@ -176,6 +176,8 @@ TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical); TWorldEdge = (weNone, weWrap, weBounce, weSea, weSky); TUIDisplay = (uiAll, uiNoTeams, uiNone); + TMapGen = (mgRandom, mgMaze, mgPerlin, mgDrawn); + THHFont = record Handle: PTTF_Font;