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
+15 -8
View File
@@ -17,18 +17,24 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef COMMON_ROF2_STRUCTS_H
#define COMMON_ROF2_STRUCTS_H
#pragma once
#include "common/eq_packet_structs.h"
#include "common/patches/rof2_limits.h"
#include "common/strings.h"
#include "common/textures.h"
#include "common/types.h"
#include "fmt/format.h"
namespace RoF2
{
namespace structs {
namespace RoF2 { namespace structs {
/*
** Compiler override to ensure
** byte aligned structures
*/
#pragma pack(push)
#pragma pack(1)
struct LoginInfo_Struct {
@@ -5426,7 +5432,8 @@ struct Parcel_Struct
/*216*/ uint32 unknown_216;
/*220*/ uint32 unknown_220;
};
}; /*structs*/
} /*structs*/
struct EvolveItemToggle_Struct {
uint32 action;
@@ -5454,6 +5461,6 @@ struct EvolveXPWindowSendDetails_Struct {
/*030*/ char serialize_data[];
};
}; /*RoF2*/
#pragma pack(pop)
#endif /*COMMON_ROF2_STRUCTS_H*/
} /*RoF2*/