4 lines
141 B
C
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);
|