Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / misc / branch_patcher / branch_patcher.h
blob135e0e8923cf7d919bf9a273641bd56ac80e500e
1 // branch_patcher.h : main header file for the BRANCH_PATCHER application
2 //
4 #if !defined(AFX_BRANCH_PATCHER_H__7221F056_C6DB_48EB_9FF4_CD5208425BB2__INCLUDED_)
5 #define AFX_BRANCH_PATCHER_H__7221F056_C6DB_48EB_9FF4_CD5208425BB2__INCLUDED_
7 #if _MSC_VER > 1000
8 #pragma once
9 #endif // _MSC_VER > 1000
11 #ifndef __AFXWIN_H__
12 #error include 'stdafx.h' before including this file for PCH
13 #endif
15 #include "resource.h" // main symbols
17 /////////////////////////////////////////////////////////////////////////////
18 // CBranch_patcherApp:
19 // See branch_patcher.cpp for the implementation of this class
22 class CBranch_patcherApp : public CWinApp
24 public:
25 CBranch_patcherApp();
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CBranch_patcherApp)
30 public:
31 virtual BOOL InitInstance();
32 //}}AFX_VIRTUAL
34 // Implementation
36 //{{AFX_MSG(CBranch_patcherApp)
37 //}}AFX_MSG
38 DECLARE_MESSAGE_MAP()
42 /////////////////////////////////////////////////////////////////////////////
44 //{{AFX_INSERT_LOCATION}}
45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
47 #endif // !defined(AFX_BRANCH_PATCHER_H__7221F056_C6DB_48EB_9FF4_CD5208425BB2__INCLUDED_)