Split usounds.c and usystem.c from xboard.c
[xboard.git] / frontend.h
index 1267230..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));
@@ -208,11 +211,14 @@ void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current
 void FreezeUI P((void));
 void ThawUI P((void));
 void ChangeDragPiece P((ChessSquare piece));
+void CopyFENToClipboard P((void));
 extern char *programName;
 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;