diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-05-25 15:51:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 15:51:35 -0400 |
| commit | fd7d30d32283d03a412e8c401d04418351cf686a (patch) | |
| tree | e88bed25f474f06552cd7a7ea7067a0beead4414 /include/d/a/d_a_player.h | |
| parent | 018ef1971cd53aa8e78154789bcf6cac2f19b603 (diff) | |
d_linkage is largely done (#176)
Diffstat (limited to 'include/d/a/d_a_player.h')
| -rw-r--r-- | include/d/a/d_a_player.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index e27a3513..324e27bf 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -2,6 +2,8 @@ #define D_A_PLAYER_H #include "common.h" +#include "d/a/d_a_item.h" +#include "d/col/c/c_bg_s_poly_info.h" #include "d/d_player_mdl.h" #include "toBeSorted/file_manager.h" #include "toBeSorted/minigame_mgr.h" @@ -17,6 +19,9 @@ public: // argument is always false in existing code, true doesn't seem to make a difference void bonk(bool unk = false); bool fn_80202D90(bool); + void fn_80202E00(cBgS_PolyInfo *, f32, f32); + + dAcItem_c *getWhippedItem(); /* overrides omitted */ /* vt 0x310 */ virtual void vt_0x310(); |
