summaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/context.h b/context.h
index 3ef2a01..cdfe79f 100644
--- a/context.h
+++ b/context.h
@@ -556,6 +556,12 @@ struct packet_header {
void bswap();
} __packed__;
+// pso/TMath.h
+struct vec2f {
+ float x;
+ float y;
+};
+
// pso/TPlyGuildCardTag.h
struct gc_tag {
u8 tag0;