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 48313765..5c89dc61 100644 --- a/src/game/client/gc_client.h +++ b/src/game/client/gc_client.h @@ -146,6 +146,7 @@ void effect_air_jump(vec2 pos); void effect_damage_indicator(vec2 pos, vec2 dir); void effect_playerspawn(vec2 pos); void effect_playerdeath(vec2 pos); +void effect_powerupshine(vec2 pos, vec2 size); // particles struct particle |