1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#ifndef TPLYGUILDCARDTAG_H #define TPLYGUILDCARDTAG_H #include "pso/forward.h" #include "pso/macros.h" #include <global_types.h> class TPlyGuildCardTag { public: u8 tag0; u8 tag1; u16 tag2; u32 guildcard_number; TPlyGuildCardTag &operator=(const TPlyGuildCardTag &src); void bswap(); } __packed__; #endif