X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=7dce83f9cc26257ad8d3c091ee5ddb86bad9dcfe;hb=14bd89bc510fb6ff864b235fbac39044079f131f;hp=945c97716de1a2760abee06a506a5bd0aa963c97;hpb=dff5f0dd4004751e4453c6efa405f2c0c29b562e;p=xboard.git diff --git a/frontend.h b/frontend.h index 945c977..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));