Fix multi-leg promotions
[xboard.git] / winboard / woptions.h
1 /*\r
2  * woptions.h -- Options dialog box routines for WinBoard\r
3  *\r
4  * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free\r
5  * Software Foundation, Inc.\r
6  *\r
7  * Enhancements Copyright 2005 Alessandro Scotti\r
8  *\r
9  * ------------------------------------------------------------------------\r
10  *\r
11  * GNU XBoard is free software: you can redistribute it and/or modify\r
12  * it under the terms of the GNU General Public License as published by\r
13  * the Free Software Foundation, either version 3 of the License, or (at\r
14  * your option) any later version.\r
15  *\r
16  * GNU XBoard is distributed in the hope that it will be useful, but\r
17  * WITHOUT ANY WARRANTY; without even the implied warranty of\r
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
19  * General Public License for more details.\r
20  *\r
21  * You should have received a copy of the GNU General Public License\r
22  * along with this program. If not, see http://www.gnu.org/licenses/.  *\r
23  *\r
24  *------------------------------------------------------------------------\r
25  ** See the file ChangeLog for a revision history.  */\r
26 \r
27 #include <windows.h>\r
28 \r
29 VOID GeneralOptionsPopup(HWND hwnd);\r
30 VOID BoardOptionsPopup(HWND hwnd);\r
31 VOID IcsOptionsPopup(HWND hwnd);\r
32 VOID FontsOptionsPopup(HWND hwnd);\r
33 VOID SoundOptionsPopup(HWND hwnd);\r
34 VOID CommPortOptionsPopup(HWND hwnd);\r
35 VOID LoadOptionsPopup(HWND hwnd);\r
36 VOID SaveOptionsPopup(HWND hwnd);\r
37 VOID TimeControlOptionsPopup(HWND hwnd);\r
38 VOID EnginePlayOptionsPopup(HWND hwnd);\r
39 VOID UciOptionsPopup(HWND hwnd);\r
40 \r
41 \r