Merge branch '138-toggle-free-look-with-hotkey' into main/gingo-test
[ryzomcore.git] / nelns / login_system / nel_launcher_windows / nel_launcher.h
bloba9a76e4eed4ebbf1051afe283e8e1bedf571dc47
1 // nel_launcher.h : main header file for the NEL_LAUNCHER application
2 //
4 #if !defined(AFX_NEL_LAUNCHER_H__C45E038E_0266_4168_98C0_57A9FD49B3B7__INCLUDED_)
5 #define AFX_NEL_LAUNCHER_H__C45E038E_0266_4168_98C0_57A9FD49B3B7__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 // CNel_launcherApp:
19 // See nel_launcher.cpp for the implementation of this class
22 class CNel_launcherApp : public CWinApp
24 public:
25 CNel_launcherApp();
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CNel_launcherApp)
30 public:
31 virtual BOOL InitInstance();
32 //}}AFX_VIRTUAL
34 // Implementation
36 //{{AFX_MSG(CNel_launcherApp)
37 // NOTE - the ClassWizard will add and remove member functions here.
38 // DO NOT EDIT what you see in these blocks of generated code !
39 //}}AFX_MSG
40 DECLARE_MESSAGE_MAP()
44 /////////////////////////////////////////////////////////////////////////////
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49 #endif // !defined(AFX_NEL_LAUNCHER_H__C45E038E_0266_4168_98C0_57A9FD49B3B7__INCLUDED_)