summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/context.h b/context.h
index 2539293..76183b7 100644
--- a/context.h
+++ b/context.h
@@ -333,6 +333,8 @@ class TMenuListEntry : public TPlyGuildCardTag {
public:
T entry;
+ TMenuListEntry() : TPlyGuildCardTag() {};
+
void bswap();
void assign(const TMenuListEntry &src);
@@ -623,6 +625,9 @@ static inline void operator|=(object_flags &a, object_flags b) { a = a | b; };
class TPlyGuildCardTag {
public:
+ TPlyGuildCardTag();
+ TPlyGuildCardTag(u16 tag2, u32 guildcard_number);
+
void bswap();
void assign(const TPlyGuildCardTag &src);
void assign(const TPlyGuildCardTag *src);