diff options
Diffstat (limited to 'enemy.h')
-rw-r--r-- | enemy.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef enemy_h +#define enemy_h + +struct World; + +int new_skull(struct World* world, int x, int y); + +#endif |
index : mallocbullet | |
Bullet Hell Game Jam 2023 | quou@disroot.org |
aboutsummaryrefslogtreecommitdiff |