Crossfire Server, Branch 1.12  R12190
race.h
Go to the documentation of this file.
00001 #ifndef RACE_H
00002 #define RACE_H
00003 
00012 typedef struct ralnk {
00013     const char *name;     
00014     int nrof;             
00015     struct oblnk *member; 
00016     struct ralnk *next;   
00017 } racelink;
00018 
00019 #endif /* RACE_H */