diff options
author | quou <quou@disroot.org> | 2023-05-06 20:30:58 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-06 20:30:58 +1000 |
commit | a72420a85fdfe85d6a6e67b8c70ed11537d532bd (patch) | |
tree | 387ce06b39590ba1b90935fcbf71ed03c4f912b9 /fx.h | |
parent | 2e0f7c263b197d72fea7701d566e4a62e892fefe (diff) |
Work on visual effects; Debris and player bullet impact effects.
Diffstat (limited to 'fx.h')
-rw-r--r-- | fx.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,4 +11,10 @@ int new_enemy_bullet_explosion( int y ); +int new_player_bullet_explosion( + struct World* world, + int x, + int y +); + #endif |