File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*****************************************************************************/
11
11
12
- #ifndef __CCONNECTMANAGER_H
13
- #define __CCONNECTMANAGER_H
12
+ #pragma once
14
13
15
14
#include < ctime>
16
15
#include < gui/CGUI.h>
17
- #include < Serverbrowser /CServerInfo.h>
16
+ #include < ServerBrowser /CServerInfo.h>
18
17
19
18
class CConnectManager
20
19
{
@@ -61,5 +60,3 @@ class CConnectManager
61
60
62
61
bool CheckNickProvided (const char * szNick);
63
62
};
64
-
65
- #endif
Original file line number Diff line number Diff line change 11
11
12
12
class CMainMenu ;
13
13
14
- #ifndef __CMAINMENU_H
15
- #define __CMAINMENU_H
14
+ #pragma once
16
15
17
16
#include " CCore.h"
18
17
#include " CQuickConnect.h"
19
18
#include " CQuestionBox.h"
20
- #include < Serverbrowser /CServerBrowser.h>
21
- #include < Serverbrowser /CServerInfo.h>
19
+ #include < ServerBrowser /CServerBrowser.h>
20
+ #include < ServerBrowser /CServerInfo.h>
22
21
#include " CSettings.h"
23
22
#include " CCredits.h"
24
23
#include < Graphics/CGraphics.h>
@@ -192,5 +191,3 @@ class CMainMenu
192
191
MENU_ITEM_QUIT,
193
192
};
194
193
};
195
-
196
- #endif
Original file line number Diff line number Diff line change 63
63
#include " CExceptionInformation_Impl.h"
64
64
#include " CJoystickManager.h"
65
65
#include < Graphics/CVideoModeManager.h>
66
- #include < Serverbrowser /CServerCache.h>
66
+ #include < ServerBrowser /CServerCache.h>
67
67
#include " CCrashDumpWriter.h"
68
68
#include " CMemStats.h"
69
69
#include " CGraphStats.h"
You can’t perform that action at this time.
0 commit comments