#pragma once #ifndef __EGUILDRANK__H__ #define __EGUILDRANK__H__ enum eGuildRank { FOUNDER = 1, RANK2, RANK3, MEMBER }; #endif //!__EGUILDRANK__H__