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,13 +17,15 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef COMMON_TITANIUM_STRUCTS_H
|
||||
#define COMMON_TITANIUM_STRUCTS_H
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/patches/titanium_limits.h"
|
||||
#include "common/textures.h"
|
||||
#include "common/types.h"
|
||||
|
||||
|
||||
namespace Titanium
|
||||
{
|
||||
namespace structs {
|
||||
namespace Titanium { namespace structs {
|
||||
|
||||
|
||||
static const uint32 BUFF_COUNT = 25;
|
||||
@@ -32,6 +34,7 @@ static const uint32 BUFF_COUNT = 25;
|
||||
** Compiler override to ensure
|
||||
** byte aligned structures
|
||||
*/
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
|
||||
struct LoginInfo_Struct {
|
||||
@@ -3774,8 +3777,7 @@ enum TiBazaarTraderBuyerActions {
|
||||
ReconcileItems = 20
|
||||
};
|
||||
|
||||
}; /*structs*/
|
||||
#pragma pack(pop)
|
||||
|
||||
}; /*Titanium*/
|
||||
|
||||
#endif /*COMMON_TITANIUM_STRUCTS_H*/
|
||||
} /*structs*/
|
||||
} /*Titanium*/
|
||||
|
||||
Reference in New Issue
Block a user