mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 13:47:57 +00:00
normalize includes: common
This commit is contained in:
+2
-5
@@ -16,10 +16,9 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef GUILDS_H
|
||||
#define GUILDS_H
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#define GUILD_NONE 0xFFFFFFFF // user has no guild
|
||||
|
||||
@@ -82,5 +81,3 @@ typedef enum {
|
||||
} GuildAction;
|
||||
|
||||
constexpr int format_as(GuildAction action) { return static_cast<int>(action); }
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user