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/iclientunknown.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/iclientunknown.h')
| -rw-r--r-- | mp/src/public/iclientunknown.h | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/mp/src/public/iclientunknown.h b/mp/src/public/iclientunknown.h index 8194d054..ac7e1e8f 100644 --- a/mp/src/public/iclientunknown.h +++ b/mp/src/public/iclientunknown.h @@ -1,41 +1,41 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//===========================================================================//
-
-#ifndef ICLIENTUNKNOWN_H
-#define ICLIENTUNKNOWN_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-#include "tier0/platform.h"
-#include "ihandleentity.h"
-
-class IClientNetworkable;
-class C_BaseEntity;
-class IClientRenderable;
-class ICollideable;
-class IClientEntity;
-class IClientThinkable;
-
-
-
-// This is the client's version of IUnknown. We may want to use a QueryInterface-like
-// mechanism if this gets big.
-abstract_class IClientUnknown : public IHandleEntity
-{
-public:
- virtual ICollideable* GetCollideable() = 0;
- virtual IClientNetworkable* GetClientNetworkable() = 0;
- virtual IClientRenderable* GetClientRenderable() = 0;
- virtual IClientEntity* GetIClientEntity() = 0;
- virtual C_BaseEntity* GetBaseEntity() = 0;
- virtual IClientThinkable* GetClientThinkable() = 0;
-};
-
-
-#endif // ICLIENTUNKNOWN_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//===========================================================================// + +#ifndef ICLIENTUNKNOWN_H +#define ICLIENTUNKNOWN_H +#ifdef _WIN32 +#pragma once +#endif + + +#include "tier0/platform.h" +#include "ihandleentity.h" + +class IClientNetworkable; +class C_BaseEntity; +class IClientRenderable; +class ICollideable; +class IClientEntity; +class IClientThinkable; + + + +// This is the client's version of IUnknown. We may want to use a QueryInterface-like +// mechanism if this gets big. +abstract_class IClientUnknown : public IHandleEntity +{ +public: + virtual ICollideable* GetCollideable() = 0; + virtual IClientNetworkable* GetClientNetworkable() = 0; + virtual IClientRenderable* GetClientRenderable() = 0; + virtual IClientEntity* GetIClientEntity() = 0; + virtual C_BaseEntity* GetBaseEntity() = 0; + virtual IClientThinkable* GetClientThinkable() = 0; +}; + + +#endif // ICLIENTUNKNOWN_H |