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