mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
normalize includes: common
This commit is contained in:
@@ -17,13 +17,14 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef COMMON_UF_STRUCTS_H
|
||||
#define COMMON_UF_STRUCTS_H
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/patches/uf_limits.h"
|
||||
#include "common/textures.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace UF
|
||||
{
|
||||
namespace structs {
|
||||
namespace UF { namespace structs {
|
||||
|
||||
|
||||
static const uint32 BUFF_COUNT = 30;
|
||||
@@ -32,6 +33,7 @@ static const uint32 BUFF_COUNT = 30;
|
||||
** Compiler override to ensure
|
||||
** byte aligned structures
|
||||
*/
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
|
||||
struct LoginInfo_Struct {
|
||||
@@ -4710,8 +4712,7 @@ enum UFBazaarTraderBuyerActions {
|
||||
ReconcileItems = 20
|
||||
};
|
||||
|
||||
}; /*structs*/
|
||||
#pragma pack(pop)
|
||||
|
||||
}; /*UF*/
|
||||
|
||||
#endif /*COMMON_UF_STRUCTS_H*/
|
||||
} /*structs*/
|
||||
} /*UF*/
|
||||
|
||||
Reference in New Issue
Block a user