X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=7dce83f9cc26257ad8d3c091ee5ddb86bad9dcfe;hb=02de46755f727ffb565f7c855f37c344eee925ff;hp=d1914b5eafa16252e358cd43d2d0e27dbc1dad54;hpb=6d2eb06e7ad56484b364a517cea83c85919f2bd8;p=xboard.git diff --git a/frontend.h b/frontend.h index d1914b5..7dce83f 100644 --- a/frontend.h +++ b/frontend.h @@ -106,6 +106,8 @@ void PlayIcsDrawSound P((void)); void PlayIcsUnfinishedSound P((void)); void PlayAlarmSound P((void)); void PlayTellSound P((void)); +void PlaySound P((char *name)); +void PlaySoundByColor P((void)); void EchoOn P((void)); void EchoOff P((void)); void Raw P((void)); @@ -190,6 +192,7 @@ void EditTagsPopUp P((char *tags, char **dest)); void TagsPopUp P((char *tags, char *msg)); void TagsPopDown P((void)); +void ParseIcsTextColors P((void)); void ICSInitScript P((void)); void StartAnalysisClock P((void)); void EngineOutputPopUp P((void)); @@ -214,6 +217,8 @@ extern int commentUp; extern char *firstChessProgramNames; void GreyRevert P((Boolean grey)); +void MarkMenuItem P((char *menuRef, int state)); +void EnableMenuItem P((char *menuRef, int state)); typedef struct FrontEndProgramStats_TAG { int which;