summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/context.h b/context.h
index 7a92fca..a869b7d 100644
--- a/context.h
+++ b/context.h
@@ -806,6 +806,13 @@ union ipv4_addr {
u8 addr_bytes[4];
};
+// pso/packet_classes.h
+union game_command_union {
+ struct game_command game_cmd;
+ struct extended_game_command ext_game_cmd;
+ u8 bytes[1024];
+};
+
// pso/TObject.h
// Enum defs.
enum object_flags {