oss-game/Room.h

4 lines
141 B
C
Raw Permalink Normal View History

2016-09-11 02:35:22 -04:00
void (*RoomFn(const int room))(struct Oss *, const char, const int);
char *RoomName(const int room);
void RoomReport(const struct Oss *oss);