X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=20639c791c725de476cc3d62a2643d8c59dfc2cf;hb=dc94201986a5819e672822ab5de1db41d0e258bb;hp=74d2a647c6df5b7b8d170b6531636a5393bcfde2;hpb=4a8d41d0be4291df44a78bbf346c841a8710799c;p=xboard.git diff --git a/backend.h b/backend.h index 74d2a64..20639c7 100644 --- a/backend.h +++ b/backend.h @@ -206,6 +206,8 @@ void ExitAnalyzeMode P((void)); void AnalyzeModeEvent P((void)); void AnalyzeFileEvent P((void)); void MatchEvent P((int mode)); +void TypeInEvent P((char first)); +void TypeInDoneEvent P((char *move)); void InitPosition P((int redraw)); void NewSettingEvent P((int option, int *feature, char *command, int value)); int WaitForSecond P((DelayedEventCallback x)); @@ -279,6 +281,7 @@ typedef struct _ListGame { extern ChessSquare gatingPiece; extern List gameList; +extern int lastLoadGameNumber; void ClearGameInfo P((GameInfo *)); int GameListBuild P((FILE *)); void GameListInitGameInfo P((GameInfo *));