summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-03 13:33:09 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 13:33:09 -0400
commitecd5a680b2f048a3aa7dd6b93f4da9768fdc347c (patch)
treefe56f92982cccccf7450a72eca57b7053173911a /include/pso/TObject.h
parent70ac364620612da17de42d3ac040fd61716e8f1d (diff)
TObject: Add `{set,clear}_flag_3()`
Diffstat (limited to 'include/pso/TObject.h')
-rw-r--r--include/pso/TObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pso/TObject.h b/include/pso/TObject.h
index 8532d5a..62f02ef 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -17,6 +17,8 @@ public:
TObject *up;
TObject *down;
public:
+ void set_flag_3();
+ void clear_flag_3();
void set_flag_0();
void set_flag_9();
u32 get_flag_9();