mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: common
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user