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/vguicenterprint.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/vguicenterprint.h')
| -rw-r--r-- | mp/src/game/client/vguicenterprint.h | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/mp/src/game/client/vguicenterprint.h b/mp/src/game/client/vguicenterprint.h index fa86ba3b..f1a83a70 100644 --- a/mp/src/game/client/vguicenterprint.h +++ b/mp/src/game/client/vguicenterprint.h @@ -1,48 +1,48 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $Workfile: $
-// $Date: $
-// $NoKeywords: $
-//=============================================================================//
-#if !defined( VGUICENTERPRINT_H )
-#define VGUICENTERPRINT_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include "ivguicenterprint.h"
-#include <vgui/VGUI.h>
-
-//-----------------------------------------------------------------------------
-// Purpose:
-//-----------------------------------------------------------------------------
-namespace vgui
-{
-class Panel;
-}
-
-class CCenterStringLabel;
-class CCenterPrint : public ICenterPrint
-{
-private:
- CCenterStringLabel *vguiCenterString;
-
-public:
- CCenterPrint( void );
-
- virtual void Create( vgui::VPANEL parent );
- virtual void Destroy( void );
-
- virtual void SetTextColor( int r, int g, int b, int a );
- virtual void Print( char *text );
- virtual void Print( wchar_t *text );
- virtual void ColorPrint( int r, int g, int b, int a, char *text );
- virtual void ColorPrint( int r, int g, int b, int a, wchar_t *text );
- virtual void Clear( void );
-};
-
-extern CCenterPrint *internalCenterPrint;
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $Workfile: $ +// $Date: $ +// $NoKeywords: $ +//=============================================================================// +#if !defined( VGUICENTERPRINT_H ) +#define VGUICENTERPRINT_H +#ifdef _WIN32 +#pragma once +#endif + +#include "ivguicenterprint.h" +#include <vgui/VGUI.h> + +//----------------------------------------------------------------------------- +// Purpose: +//----------------------------------------------------------------------------- +namespace vgui +{ +class Panel; +} + +class CCenterStringLabel; +class CCenterPrint : public ICenterPrint +{ +private: + CCenterStringLabel *vguiCenterString; + +public: + CCenterPrint( void ); + + virtual void Create( vgui::VPANEL parent ); + virtual void Destroy( void ); + + virtual void SetTextColor( int r, int g, int b, int a ); + virtual void Print( char *text ); + virtual void Print( wchar_t *text ); + virtual void ColorPrint( int r, int g, int b, int a, char *text ); + virtual void ColorPrint( int r, int g, int b, int a, wchar_t *text ); + virtual void Clear( void ); +}; + +extern CCenterPrint *internalCenterPrint; + #endif // VGUICENTERPRINT_H
\ No newline at end of file |