Added monster: Gargantua.

This commit is contained in:
Julian
2020-03-12 02:41:34 -03:00
parent b229587cd0
commit 0f3b4a783f
7 changed files with 1644 additions and 20 deletions

View File

@@ -27,6 +27,6 @@ extern DLL_GLOBAL short g_sModelIndexFireball;
extern DLL_GLOBAL short g_sModelIndexSmoke;
extern void ExplosionCreate( const Vector &center, const Vector &angles, edict_t *pOwner, int magnitude, BOOL doDamage );
extern void ExplosionCreate( const Vector &center, const Vector &angles, edict_t *pOwner, int magnitude, int flags, float delay );
#endif //EXPLODE_H