mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 04:51:12 +00:00
8 lines
No EOL
147 B
C
8 lines
No EOL
147 B
C
#ifndef G_MISSILE_H_
|
|
#define G_MISSILE_H_
|
|
|
|
#include "g_local.h"
|
|
|
|
void G_Missile_Impact( gentity_t *ent, trace_t *trace);
|
|
|
|
#endif /* G_MISSILE_H_ */ |