shithub: scoundrel

ref: 4dcd52b77b25ed3610cfab5829ba1968e0c43bd3
dir: /fns.h/

View raw version
void loadimages(char *path);
Image *getimage(int num);

void initgame(void);
int c2n(int c, Color col);
State *getstate(void);
int roomaction(int c, int useweapon);
int startgame(void);
int nextround(void);