first draft of a MoveHistory window
[xboard.git] / interface.h
index cd0415a..0a91d81 100644 (file)
@@ -2,11 +2,14 @@
 GtkBuilder              *builder=NULL;
 
 GtkWidget               *GUI_Window=NULL;
+GtkWidget               *GUI_History=NULL;
 GtkWidget               *GUI_Board=NULL;
 GtkWidget               *GUI_Whiteclock=NULL;
 GtkWidget               *GUI_Blackclock=NULL;
 GtkWidget               *GUI_Error=NULL;
 
+GtkListStore            *LIST_MoveHistory=NULL;
+
 gint                     boardWidth;
 gint                     boardHeight;