#ifndef INCLUDE_GUILDS
#define INCLUDE_GUILDS
#define GUILDS "/d/guilds/"
#define GUILDSAVE "/save/guilds/"
#define PLAYER_GUILDS ({ "assassins", "priests", "thieves", "warriors", "witches", "wizards" })
#define POSITION_OK 0
#define POSITION_FAIL 1
#define POSITION_TOO_MANY 2
#define POSITION_ALREADY_APPOINTED 3
#endif