xrxs/realm.h

9 lines
139 B
C
Raw Normal View History

typedef struct Universe Universe;
typedef struct Realm {
char name[32];
ushort max;
uvlong password;
Universe* universe;
} Realm;