Split usounds.c and usystem.c from xboard.c
[xboard.git] / frontend.h
index 945c977..7dce83f 100644 (file)
@@ -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));