diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2026-04-07 16:49:25 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2026-04-07 16:49:25 -0400 |
| commit | 84a65865d0a553befe08d17a75401f63db44fcda (patch) | |
| tree | a8181eb6b8bbcba7a343b54e219c045b5d6f1c51 /include/d/a/obj | |
| parent | 355ac6990470a0e5f3c8231c9637844c899880fc (diff) | |
the rest of dAcEremly_c states
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 57f1222a..272f9ec0 100644 --- a/include/d/a/obj/d_a_obj_base.h +++ b/include/d/a/obj/d_a_obj_base.h @@ -95,6 +95,9 @@ public: mVec3_c &getOldPosition() { return mOldPosition; } + mVec3_c &getStartingPosition() { + return mStartingPos; + } mVec3_c &getVelocity() { return mVelocity; } |
