diff options
Diffstat (limited to 'bullet.h')
-rw-r--r-- | bullet.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,4 +12,12 @@ int new_player_bullet( int life ); +int new_enemy_bullet( + struct World* world, + int x, + int y, + int vx, + int vy +); + #endif |