#include <webcit.h>
Data Fields | |
march * | next |
char | march_name [128] |
int | march_floor |
int | march_order |
Definition at line 243 of file webcit.h.
struct march* march::next [read] |
pointer to next in linked list
Definition at line 244 of file webcit.h.
Referenced by free_march_list(), gotonext(), pop_march(), and remove_march().
char march::march_name[128] |
name of room
Definition at line 245 of file webcit.h.
Referenced by gotonext(), pop_march(), and remove_march().
floor number of room
Definition at line 246 of file webcit.h.
Referenced by gotonext(), and pop_march().
sequence in which we are to visit this room
Definition at line 247 of file webcit.h.
Referenced by gotonext(), and pop_march().