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 /mp/src/game/client/hl2mp/hl2mp_hud_chat.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 'mp/src/game/client/hl2mp/hl2mp_hud_chat.h')
| -rw-r--r-- | mp/src/game/client/hl2mp/hl2mp_hud_chat.h | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/mp/src/game/client/hl2mp/hl2mp_hud_chat.h b/mp/src/game/client/hl2mp/hl2mp_hud_chat.h index ee2ea38c..5eb2157c 100644 --- a/mp/src/game/client/hl2mp/hl2mp_hud_chat.h +++ b/mp/src/game/client/hl2mp/hl2mp_hud_chat.h @@ -1,65 +1,65 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef CS_HUD_CHAT_H
-#define CS_HUD_CHAT_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include <hud_basechat.h>
-
-class CHudChatLine : public CBaseHudChatLine
-{
- DECLARE_CLASS_SIMPLE( CHudChatLine, CBaseHudChatLine );
-
-public:
- CHudChatLine( vgui::Panel *parent, const char *panelName ) : CBaseHudChatLine( parent, panelName ) {}
-
- virtual void ApplySchemeSettings(vgui::IScheme *pScheme);
-
- void MsgFunc_SayText(bf_read &msg);
-
-
-
-private:
- CHudChatLine( const CHudChatLine & ); // not defined, not accessible
-};
-
-//-----------------------------------------------------------------------------
-// Purpose: The prompt and text entry area for chat messages
-//-----------------------------------------------------------------------------
-class CHudChatInputLine : public CBaseHudChatInputLine
-{
- DECLARE_CLASS_SIMPLE( CHudChatInputLine, CBaseHudChatInputLine );
-
-public:
- CHudChatInputLine( CBaseHudChat *parent, char const *panelName ) : CBaseHudChatInputLine( parent, panelName ) {}
-
- virtual void ApplySchemeSettings(vgui::IScheme *pScheme);
-};
-
-class CHudChat : public CBaseHudChat
-{
- DECLARE_CLASS_SIMPLE( CHudChat, CBaseHudChat );
-
-public:
- CHudChat( const char *pElementName );
-
- virtual void CreateChatInputLine( void );
- virtual void CreateChatLines( void );
-
- virtual void Init( void );
- virtual void Reset( void );
- virtual void ApplySchemeSettings(vgui::IScheme *pScheme);
-
- int GetChatInputOffset( void );
-
- virtual Color GetClientColor( int clientIndex );
-};
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef CS_HUD_CHAT_H +#define CS_HUD_CHAT_H +#ifdef _WIN32 +#pragma once +#endif + +#include <hud_basechat.h> + +class CHudChatLine : public CBaseHudChatLine +{ + DECLARE_CLASS_SIMPLE( CHudChatLine, CBaseHudChatLine ); + +public: + CHudChatLine( vgui::Panel *parent, const char *panelName ) : CBaseHudChatLine( parent, panelName ) {} + + virtual void ApplySchemeSettings(vgui::IScheme *pScheme); + + void MsgFunc_SayText(bf_read &msg); + + + +private: + CHudChatLine( const CHudChatLine & ); // not defined, not accessible +}; + +//----------------------------------------------------------------------------- +// Purpose: The prompt and text entry area for chat messages +//----------------------------------------------------------------------------- +class CHudChatInputLine : public CBaseHudChatInputLine +{ + DECLARE_CLASS_SIMPLE( CHudChatInputLine, CBaseHudChatInputLine ); + +public: + CHudChatInputLine( CBaseHudChat *parent, char const *panelName ) : CBaseHudChatInputLine( parent, panelName ) {} + + virtual void ApplySchemeSettings(vgui::IScheme *pScheme); +}; + +class CHudChat : public CBaseHudChat +{ + DECLARE_CLASS_SIMPLE( CHudChat, CBaseHudChat ); + +public: + CHudChat( const char *pElementName ); + + virtual void CreateChatInputLine( void ); + virtual void CreateChatLines( void ); + + virtual void Init( void ); + virtual void Reset( void ); + virtual void ApplySchemeSettings(vgui::IScheme *pScheme); + + int GetChatInputOffset( void ); + + virtual Color GetClientColor( int clientIndex ); +}; + #endif //CS_HUD_CHAT_H
\ No newline at end of file |