mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 20:41:11 +00:00
8 lines
No EOL
146 B
C
8 lines
No EOL
146 B
C
#ifndef G_MISSILE_H_
|
|
#define G_MISSILE_H_
|
|
|
|
#include "g_local.h"
|
|
|
|
void G_MissileImpact( gentity_t *ent, trace_t *trace);
|
|
|
|
#endif /* G_MISSILE_H_ */ |