diff -r 1ec0268f28af -r bda5c7caf396 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Tue Dec 02 12:02:20 2014 +0300 +++ b/hedgewars/uTypes.pas Tue Dec 02 13:29:06 2014 -0500 @@ -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;