diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /sp/src/game/shared/viewport_panel_names.h | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/game/shared/viewport_panel_names.h')
| -rw-r--r-- | sp/src/game/shared/viewport_panel_names.h | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/sp/src/game/shared/viewport_panel_names.h b/sp/src/game/shared/viewport_panel_names.h index 8202bb96..b5794931 100644 --- a/sp/src/game/shared/viewport_panel_names.h +++ b/sp/src/game/shared/viewport_panel_names.h @@ -1,38 +1,38 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef VIEWPORT_PANEL_NAMES_H
-#define VIEWPORT_PANEL_NAMES_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-// default panel name definitions
-#define PANEL_ALL "all" // all current panels
-#define PANEL_ACTIVE "active" // current active panel
-
-#define PANEL_SCOREBOARD "scores"
-#define PANEL_OVERVIEW "overview"
-#define PANEL_CLASS "class"
-#define PANEL_TEAM "team"
-#define PANEL_SPECGUI "specgui" // passive spectator elements (top/bottom bars)
-#define PANEL_SPECMENU "specmenu" // active spectator elements (options menus etc)
-#define PANEL_INFO "info"
-#define PANEL_BUY "buy"
-#define PANEL_BUY_CT "buy_ct"
-#define PANEL_BUY_TER "buy_ter"
-#define PANEL_BUY_EQUIP_CT "buyequip_ct"
-#define PANEL_BUY_EQUIP_TER "buyequip_ter"
-#define PANEL_NAV_PROGRESS "nav_progress"
-#define PANEL_BUYPRESET_MAIN "buypreset_main"
-#define PANEL_BUYPRESET_EDIT "buypreset_edit"
-#define PANEL_INTRO "intro"
-
-
-#define PANEL_COMMENTARY_MODELVIEWER "commentary_modelviewer"
-
-#endif // VIEWPORT_PANEL_NAMES_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef VIEWPORT_PANEL_NAMES_H +#define VIEWPORT_PANEL_NAMES_H +#ifdef _WIN32 +#pragma once +#endif + + +// default panel name definitions +#define PANEL_ALL "all" // all current panels +#define PANEL_ACTIVE "active" // current active panel + +#define PANEL_SCOREBOARD "scores" +#define PANEL_OVERVIEW "overview" +#define PANEL_CLASS "class" +#define PANEL_TEAM "team" +#define PANEL_SPECGUI "specgui" // passive spectator elements (top/bottom bars) +#define PANEL_SPECMENU "specmenu" // active spectator elements (options menus etc) +#define PANEL_INFO "info" +#define PANEL_BUY "buy" +#define PANEL_BUY_CT "buy_ct" +#define PANEL_BUY_TER "buy_ter" +#define PANEL_BUY_EQUIP_CT "buyequip_ct" +#define PANEL_BUY_EQUIP_TER "buyequip_ter" +#define PANEL_NAV_PROGRESS "nav_progress" +#define PANEL_BUYPRESET_MAIN "buypreset_main" +#define PANEL_BUYPRESET_EDIT "buypreset_edit" +#define PANEL_INTRO "intro" + + +#define PANEL_COMMENTARY_MODELVIEWER "commentary_modelviewer" + +#endif // VIEWPORT_PANEL_NAMES_H |