Crossfire Server, Branches 1.12  R18729
race.h
Go to the documentation of this file.
1 #ifndef RACE_H
2 #define RACE_H
3 
12 typedef struct ralnk {
13  const char *name;
14  int nrof;
15  struct oblnk *member;
16  struct ralnk *next;
17 } racelink;
18 
19 #endif /* RACE_H */
Definition: object.h:298
struct ralnk racelink
Definition: race.h:12
int nrof
Definition: race.h:14
struct oblnk * member
Definition: race.h:15
struct ralnk * next
Definition: race.h:16
const char * name
Definition: race.h:13