From 25e3c303b8f47785a0056077a66b7a77449ff827 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 25 Feb 2023 12:25:33 -0400 Subject: TMenuList: Add `TMenuList`, and everything else that's needed to get it working I feel this is a good starting point for working on the protocol related code. --- include/pso/TPlyGuildCardTag.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/pso/TPlyGuildCardTag.h (limited to 'include/pso/TPlyGuildCardTag.h') diff --git a/include/pso/TPlyGuildCardTag.h b/include/pso/TPlyGuildCardTag.h new file mode 100644 index 0000000..3e193a0 --- /dev/null +++ b/include/pso/TPlyGuildCardTag.h @@ -0,0 +1,17 @@ +#ifndef TPLYGUILDCARDTAG_H +#define TPLYGUILDCARDTAG_H + +#include "pso/forward.h" +#include "pso/macros.h" +#include + +class TPlyGuildCardTag { + public: + u8 tag0; + u8 tag1; + u16 tag2; + u32 guildcard_number; + TPlyGuildCardTag &operator=(const TPlyGuildCardTag &src); + void bswap(); +} __packed__; +#endif -- cgit v1.2.3-13-gbd6f