aboutsummaryrefslogtreecommitdiff
path: root/enemy.h
blob: f96886485d2e08e1be1ef24f3935f77fa24767a0 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef enemy_h
#define enemy_h

struct World;

int new_skull(struct World* world, int x, int y);

#endif