Fix multi-leg promotions
[xboard.git] / winboard / woptions.h
index a26d8e4..7ee3e3b 100644 (file)
@@ -1,25 +1,28 @@
 /*\r
  * woptions.h -- Options dialog box routines for WinBoard\r
- * $Id: \r
  *\r
- * Copyright 2000 Free Software Foundation, Inc.\r
+ * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free\r
+ * Software Foundation, Inc.\r
+ *\r
+ * Enhancements Copyright 2005 Alessandro Scotti\r
  *\r
  * ------------------------------------------------------------------------\r
- * This program is free software; you can redistribute it and/or modify\r
+ *\r
+ * GNU XBoard is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation; either version 2 of the License, or\r
- * (at your option) any later version.\r
+ * the Free Software Foundation, either version 3 of the License, or (at\r
+ * your option) any later version.\r
  *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
+ * GNU XBoard is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+ * General Public License for more details.\r
  *\r
  * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r
- * ------------------------------------------------------------------------\r
- */\r
+ * along with this program. If not, see http://www.gnu.org/licenses/.  *\r
+ *\r
+ *------------------------------------------------------------------------\r
+ ** See the file ChangeLog for a revision history.  */\r
 \r
 #include <windows.h>\r
 \r
@@ -32,4 +35,7 @@ VOID CommPortOptionsPopup(HWND hwnd);
 VOID LoadOptionsPopup(HWND hwnd);\r
 VOID SaveOptionsPopup(HWND hwnd);\r
 VOID TimeControlOptionsPopup(HWND hwnd);\r
-VOID EnginePlayOptionsPopup(HWND hwnd);
+VOID EnginePlayOptionsPopup(HWND hwnd);\r
+VOID UciOptionsPopup(HWND hwnd);\r
+\r
+\r