mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 12:31:15 +00:00
7 lines
No EOL
206 B
C
7 lines
No EOL
206 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 );
|
|
|
|
#endif /* _G_ACTIVE_H */ |