Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================//
  6. #ifndef VIEWPORT_PANEL_NAMES_H
  7. #define VIEWPORT_PANEL_NAMES_H
  8. #ifdef _WIN32
  9. #pragma once
  10. #endif
  11. // default panel name definitions
  12. #define PANEL_ALL "all" // all current panels
  13. #define PANEL_ACTIVE "active" // current active panel
  14. #define PANEL_SCOREBOARD "scores"
  15. #define PANEL_OVERVIEW "overview"
  16. #define PANEL_CLASS "class"
  17. #define PANEL_TEAM "team"
  18. #define PANEL_SPECGUI "specgui" // passive spectator elements (top/bottom bars)
  19. #define PANEL_SPECMENU "specmenu" // active spectator elements (options menus etc)
  20. #define PANEL_INFO "info"
  21. #define PANEL_BUY "buy"
  22. #define PANEL_BUY_CT "buy_ct"
  23. #define PANEL_BUY_TER "buy_ter"
  24. #define PANEL_BUY_EQUIP_CT "buyequip_ct"
  25. #define PANEL_BUY_EQUIP_TER "buyequip_ter"
  26. #define PANEL_NAV_PROGRESS "nav_progress"
  27. #define PANEL_BUYPRESET_MAIN "buypreset_main"
  28. #define PANEL_BUYPRESET_EDIT "buypreset_edit"
  29. #define PANEL_INTRO "intro"
  30. #define PANEL_COMMENTARY_MODELVIEWER "commentary_modelviewer"
  31. #endif // VIEWPORT_PANEL_NAMES_H