From a72420a85fdfe85d6a6e67b8c70ed11537d532bd Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 20:30:58 +1000 Subject: Work on visual effects; Debris and player bullet impact effects. --- fx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fx.h') diff --git a/fx.h b/fx.h index acbde30..dff8c47 100644 --- a/fx.h +++ b/fx.h @@ -11,4 +11,10 @@ int new_enemy_bullet_explosion( int y ); +int new_player_bullet_explosion( + struct World* world, + int x, + int y +); + #endif -- cgit v1.2.3-54-g00ecf