diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-16 23:19:57 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-22 14:53:36 -0500 |
| commit | 54c3f67bdfc7de117899055558024b40266202ea (patch) | |
| tree | 09ed1aad52d42087216796ad430065c62992d9ff /include/d/a/d_a_player.h | |
| parent | 1e29b7940c336147849d32b4c20943277d028fd0 (diff) | |
porgress
Diffstat (limited to 'include/d/a/d_a_player.h')
| -rw-r--r-- | include/d/a/d_a_player.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index 786eabd6..04c95e2c 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -2,6 +2,7 @@ #define D_A_PLAYER_H #include "common.h" +#include "d/a/d_a_base.h" #include "d/a/d_a_item.h" #include "d/col/c/c_bg_s_poly_info.h" #include "d/d_player_mdl.h" @@ -93,6 +94,12 @@ public: return LINK; } + static dAcPy_c &GetLinkRM() { + return *LINK; + } + static const dAcPy_c &GetLinkR() { + return *LINK; + } static dAcPy_c *GetLinkM() { return LINK; } |
