diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2026-05-14 17:50:49 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2026-05-24 20:34:42 -0400 |
| commit | d2d52cc88c6c4223d6eb892055c73bd937054e2f (patch) | |
| tree | a02861cc489adfd897cb123d66b229947ecd32ac /include/d/a/obj | |
| parent | 5b6788804a0d401aba6b2cfb6dc90e137e6dc02a (diff) | |
dAcEKs_c + dTgKiesuTag_c progress
Diffstat (limited to 'include/d/a/obj')
| -rw-r--r-- | include/d/a/obj/d_a_obj_base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/d/a/obj/d_a_obj_base.h b/include/d/a/obj/d_a_obj_base.h index b2ae203d..fab81e6d 100644 --- a/include/d/a/obj/d_a_obj_base.h +++ b/include/d/a/obj/d_a_obj_base.h @@ -101,6 +101,9 @@ public: mVec3_c &getStartingPosition() { return mStartingPos; } + const mVec3_c &getStartingPos() const { + return mStartingPos; + } void setStartingPosition(const mVec3_c &v) { mStartingPos = v; } |
