Fix multi-leg promotions
[xboard.git] / xboard2.h
index 1616749..a3c8f22 100644 (file)
--- a/xboard2.h
+++ b/xboard2.h
@@ -1,7 +1,7 @@
 /*
  * xboard2.h -- Move list window, part of X front end for XBoard
  *
- * Copyright 2012, 2013, 2014 Free Software Foundation, Inc.
+ * Copyright 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
  * ------------------------------------------------------------------------
  *
  * GNU XBoard is free software: you can redistribute it and/or modify
@@ -29,3 +29,4 @@ extern int squareSize, lineGap, defaultLineGap;
 extern int startedFromPositionFile;
 extern char *icsTextMenuString;
 extern int hi2X, hi2Y;
+extern char dataDir[];