OSDN Git Service

use boost_1_56_0 and build by VS2013
[yamy/yamy.git] / dlginvestigate.h
1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
2 // dlginvestigate.h\r
3 \r
4 \r
5 #ifndef _DLGINVESTIGATE_H\r
6 #  define _DLGINVESTIGATE_H\r
7 \r
8 #  include <windows.h>\r
9 \r
10 \r
11 /// dialog procedure of "Investigate" dialog box\r
12 #ifdef MAYU64\r
13 INT_PTR CALLBACK dlgInvestigate_dlgProc(\r
14 #else\r
15 BOOL CALLBACK dlgInvestigate_dlgProc(\r
16 #endif\r
17         HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
18 \r
19 class Engine;\r
20 \r
21 /// parameters for "Investigate" dialog box\r
22 class DlgInvestigateData {\r
23 public:\r
24         Engine *m_engine;                               /// engine\r
25         HWND m_hwndLog;                         /// log\r
26 };\r
27 \r
28 \r
29 #endif // !_DLGINVESTIGATE_H\r