ref: 4da095780a50c2ee473afc4e8907e706d4150fb5
dir: /fns.h/
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);