X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=31be8b39060ae10cf12241eaaee7f1cdeed7e39e;hb=f74dde3c39e1bf046f28972c752113f6311314d8;hp=2bd7653783b6f1f867a63355c9273bfc10d54a02;hpb=da8802ac4d06115296e0f8ba955ecf5570741d08;p=xboard.git diff --git a/common.h b/common.h index 2bd7653..31be8b3 100644 --- a/common.h +++ b/common.h @@ -304,7 +304,7 @@ typedef enum { } ColorClass; typedef enum { - SoundMove, SoundBell, SoundAlarm, SoundIcsWin, SoundIcsLoss, + SoundMove, SoundBell, SoundRoar, SoundAlarm, SoundIcsWin, SoundIcsLoss, SoundIcsDraw, SoundIcsUnfinished, NSoundClasses } SoundClass; @@ -355,6 +355,7 @@ typedef enum { VariantGrand, VariantSpartan, VariantLion, + VariantChuChess, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -404,6 +405,7 @@ typedef enum { "grand",\ "spartan",\ "lion",\ + "chuchess",\ "unknown" \ }