summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h b/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h
index 409eae9508..b6967cfc02 100644
--- a/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h
+++ b/include/rel/d/a/npc/d_a_npc_fish/d_a_npc_fish.h
@@ -2,5 +2,16 @@
#define D_A_NPC_FISH_H
#include "dolphin/types.h"
+#include "f_op/f_op_actor_mng.h"
+
+class npc_fish_class : public fopAc_ac_c {
+ /* 0x568 */ u8 field_0x568[0x5b4 - 0x568]; // unused in TU, unsure of type
+};
+
+struct fish_data_s {
+ /* 0x00 */ int param;
+ /* 0x04 */ Vec pos;
+ /* 0x10 */ u8 field_0x10;
+};
#endif /* D_A_NPC_FISH_H */