diff options
Diffstat (limited to 'fx.h')
-rw-r--r-- | fx.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#ifndef fx_h +#define fx_h + +#include "animation.h" + +struct World; + +int new_enemy_bullet_explosion( + struct World* world, + int x, + int y +); + +#endif |