oss-game/Room.h

4 lines
141 B
C

void (*RoomFn(const int room))(struct Oss *, const char, const int);
char *RoomName(const int room);
void RoomReport(const struct Oss *oss);