diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 0de81318..494a16eb 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -204,6 +204,7 @@ public: projectile(int type, int owner, vec2 pos, vec2 vel, int span, entity* powner, int damage, int flags, float force, int sound_impact, int weapon); + vec2 get_pos(float time); void fill_info(NETOBJ_PROJECTILE *proj); virtual void reset(); |