summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-03 20:50:52 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 20:50:52 -0400
commit5f168f5372b3e350711a1be72064ebccbf061e5c (patch)
tree74fa9b0bbd61b20ccf393cf7fb5db038eb0bec73 /include/pso/TObject.h
parent6fffdb829cb9d54e9c3b60b5d48f05c91023bba3 (diff)
TObject: Add `{set,clear}_flag_4()`
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 1594d33..7f560c2 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -23,6 +23,8 @@ public:
TObject *up;
TObject *down;
public:
+ void set_flag_4();
+ void clear_flag_4();
void set_flag_3();
void clear_flag_3();
void set_flag_0();