summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-10 13:49:22 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-10 13:50:54 -0400
commit088a31ea1940babe3d65c9d56b61f8e574a88358 (patch)
tree8021867ce9f862df2df43fff035cd4fb811bdae7 /include/pso/TObject.h
parente9f51ba7022a2ca5fcaa378503429a628bad572a (diff)
TObject: Add `{,dis}allow_rendering_shadows()`
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 3a9f097..b224225 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -55,6 +55,8 @@ public:
TObject *up;
TObject *down;
public:
+ void disallow_rendering_shadows();
+ void allow_rendering_shadows();
void disallow_rendering();
void allow_rendering();
void set_flag_3();