rpgxef/code/game/g_active.h

7 lines
206 B
C
Raw Normal View History

2013-07-12 16:52:19 +00:00
#ifndef _G_ACTIVE_H
#define _G_ACTIVE_H
#include "g_local.h"
void detpack_shot( gentity_t* self, gentity_t* inflictor, gentity_t* attacker, int32_t damage, int32_t meansOfDeath );
#endif /* _G_ACTIVE_H */