Fix client build

This commit is contained in:
mittorn 2016-03-27 12:57:21 +00:00
parent 089928c629
commit a8754de564
1 changed files with 4 additions and 0 deletions

View File

@ -286,7 +286,9 @@ public:
// int m_iIdPrimary; // Unique Id for primary ammo
// int m_iIdSecondary; // Unique Id for secondary ammo
Vector m_SpawnPoint;
#ifndef CLIENT_DLL
virtual float TouchGravGun( CBaseEntity *attacker, int stage);
#endif
};
@ -372,7 +374,9 @@ public:
CBaseEntity* Respawn( void );
void EXPORT Materialize( void );
#ifndef CLIENT_DLL
virtual float TouchGravGun( CBaseEntity *attacker, int stage);
#endif
Vector m_SpawnPoint;
};