diff options
author | quou <quou@disroot.org> | 2023-05-07 09:37:45 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 09:37:45 +1000 |
commit | 40eb179043b77f011fb1048c386ee187f64569d0 (patch) | |
tree | ebae794ec0b3b8851b8c29119ada06555f49d4b6 /fx.h | |
parent | 47e7976922f5c17505c7c5a3377c3735649e3dcc (diff) |
Add waves and some more polish.
Diffstat (limited to 'fx.h')
-rw-r--r-- | fx.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,4 +17,10 @@ int new_player_bullet_explosion( int y ); +int new_heart_break( + struct World* world, + int x, + int y +); + #endif |