diff options
Diffstat (limited to 'src/game/client/gc_client.h')
| -rw-r--r-- | src/game/client/gc_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_client.h b/src/game/client/gc_client.h index d34ccc78..f1ff02b1 100644 --- a/src/game/client/gc_client.h +++ b/src/game/client/gc_client.h @@ -91,3 +91,4 @@ void reset_projectile_particles(); void send_info(bool start); void effect_air_jump(vec2 pos); +void effect_damage_indicator(vec2 pos, vec2 dir); |