rpgxef/code/game/g_active.h
Walter Julius Hennecke 2763fd4b8d Updates to g_cmds.c
2014-02-21 19:17:10 +01:00

9 lines
No EOL
244 B
C

#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 );
qboolean PlaceDecoy(gentity_t *ent);
#endif /* _G_ACTIVE_H */