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