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/public/ihltvdirector.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/public/ihltvdirector.h')
| -rw-r--r-- | mp/src/public/ihltvdirector.h | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/mp/src/public/ihltvdirector.h b/mp/src/public/ihltvdirector.h index deb84c60..870511f1 100644 --- a/mp/src/public/ihltvdirector.h +++ b/mp/src/public/ihltvdirector.h @@ -1,37 +1,37 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef IHLTVDIRECTOR_H
-#define IHLTVDIRECTOR_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-class IHLTVServer;
-class KeyValues;
-class Vector;
-
-#define INTERFACEVERSION_HLTVDIRECTOR "HLTVDirector001"
-
-class IHLTVDirector
-{
-public:
- virtual ~IHLTVDirector() {}
-
- virtual bool IsActive( void ) = 0; // true if director is active
-
- virtual void SetHLTVServer( IHLTVServer *hltv ) = 0; // give the director the engine HLTV interface
- virtual IHLTVServer* GetHLTVServer( void ) = 0; // get current HLTV server interface
-
- virtual int GetDirectorTick( void ) = 0; // get current broadcast tick from director
- virtual int GetPVSEntity( void ) = 0; // get current view entity (PVS), 0 if coords are used
- virtual Vector GetPVSOrigin( void ) = 0; // get current PVS origin
- virtual float GetDelay( void ) = 0; // returns current delay in seconds
-
- virtual const char** GetModEvents() = 0;
-};
-
-#endif // IHLTVDIRECTOR_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef IHLTVDIRECTOR_H +#define IHLTVDIRECTOR_H +#ifdef _WIN32 +#pragma once +#endif + +class IHLTVServer; +class KeyValues; +class Vector; + +#define INTERFACEVERSION_HLTVDIRECTOR "HLTVDirector001" + +class IHLTVDirector +{ +public: + virtual ~IHLTVDirector() {} + + virtual bool IsActive( void ) = 0; // true if director is active + + virtual void SetHLTVServer( IHLTVServer *hltv ) = 0; // give the director the engine HLTV interface + virtual IHLTVServer* GetHLTVServer( void ) = 0; // get current HLTV server interface + + virtual int GetDirectorTick( void ) = 0; // get current broadcast tick from director + virtual int GetPVSEntity( void ) = 0; // get current view entity (PVS), 0 if coords are used + virtual Vector GetPVSOrigin( void ) = 0; // get current PVS origin + virtual float GetDelay( void ) = 0; // returns current delay in seconds + + virtual const char** GetModEvents() = 0; +}; + +#endif // IHLTVDIRECTOR_H |