summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/context.h b/context.h
index 230c1e9..8048a60 100644
--- a/context.h
+++ b/context.h
@@ -867,6 +867,24 @@ private:
TArray<TPlyInventoryItem, 30> m_items;
};
+// pso/TPlySmth.h
+class TPlySmth {
+public:
+ TPlySmth();
+
+ TPlySmth &operator=(const TPlySmth &src);
+
+ void bswap();
+
+ TPlySmth &assign(const TPlySmth &src);
+
+ PRIVATE_MEMBER_ACCESSORS_ARRAY(u8, smth, 4);
+ PRIVATE_MEMBER_ACCESSORS_ARRAY(u8, smth1, 4);
+private:
+ TArray<u8, 4> m_smth;
+ TArray<u8, 4> m_smth1;
+};
+
// pso/PSOV3EncryptionTCP.h
class PSOV3EncryptionTCP : public PSOV3Encryption {
public: