diff options
Diffstat (limited to 'src/game/client/components/nameplates.h')
| -rw-r--r-- | src/game/client/components/nameplates.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/client/components/nameplates.h b/src/game/client/components/nameplates.h index 279b6582..2c4ae6a7 100644 --- a/src/game/client/components/nameplates.h +++ b/src/game/client/components/nameplates.h @@ -5,9 +5,9 @@ class CNamePlates : public CComponent { void RenderNameplate( - const class CNetObj_Character *pPrevChar, - const class CNetObj_Character *pPlayerChar, - const class CNetObj_PlayerInfo *pPlayerInfo + const CNetObj_Character *pPrevChar, + const CNetObj_Character *pPlayerChar, + const CNetObj_PlayerInfo *pPlayerInfo ); public: |