shithub: scoundrel

ref: bcf588dfdf8ce73721ceba766c219c3e0bace666
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);