[go: up one dir, main page]

Menu

[897c37]: / mlib / include / guild.h  Maximize  Restore  History

Download this file

12 lines (9 with data), 367 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
/* these #defines are bit values for the flag in the 'join' function.
* NO_COMMON bit means that the person will not be added to
* the common guild file.
* REJOIN means that one player can be put in the list of members
* more than once (useful for the common guild file, since people
* can be members of more than one guild)
*/
#define NO_COMMON 1
#define REJOIN 2