normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+2 -5
View File
@@ -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