From 40eb179043b77f011fb1048c386ee187f64569d0 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 09:37:45 +1000 Subject: Add waves and some more polish. --- fx.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fx.h') diff --git a/fx.h b/fx.h index dff8c47..91ab4e6 100644 --- a/fx.h +++ b/fx.h @@ -17,4 +17,10 @@ int new_player_bullet_explosion( int y ); +int new_heart_break( + struct World* world, + int x, + int y +); + #endif -- cgit v1.2.3-54-g00ecf