css_enhanced_waf/game/server/hl2/grenade_frag.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

19 lines
642 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef GRENADE_FRAG_H
#define GRENADE_FRAG_H
#pragma once
class CBaseGrenade;
struct edict_t;
CBaseGrenade *Fraggrenade_Create( const Vector &position, const QAngle &angles, const Vector &velocity, const AngularImpulse &angVelocity, CBaseEntity *pOwner, float timer, bool combineSpawned );
bool Fraggrenade_WasPunted( const CBaseEntity *pEntity );
bool Fraggrenade_WasCreatedByCombine( const CBaseEntity *pEntity );
#endif // GRENADE_FRAG_H