summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_m3d_g_cir.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent/c_m3d_g_cir.h')
-rw-r--r--include/SSystem/SComponent/c_m3d_g_cir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_m3d_g_cir.h b/include/SSystem/SComponent/c_m3d_g_cir.h
index eccd553c86..af837d47d6 100644
--- a/include/SSystem/SComponent/c_m3d_g_cir.h
+++ b/include/SSystem/SComponent/c_m3d_g_cir.h
@@ -30,6 +30,8 @@ public:
cM3dGCir(void);
virtual ~cM3dGCir(void);
void Set(f32, f32, f32, f32);
+
+ f32 GetHeight() const { return mPosZ; }
};
#endif /* C_M3D_G_CIR_H */