aboutsummaryrefslogtreecommitdiff
path: root/fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'fx.h')
-rw-r--r--fx.h6
1 files changed, 6 insertions, 0 deletions
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