Files
tp/include/d/actor/d_a_e_db_leaf.h
T

22 lines
414 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_E_DB_LEAF_H
#define D_A_E_DB_LEAF_H
2024-10-10 07:29:58 -07:00
#include "d/d_com_inf_game.h"
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2024-04-12 00:10:30 -06:00
/**
2024-05-24 00:31:16 -06:00
* @ingroup actors-enemies
* @class e_db_leaf_class
* @brief Deku Baba - Leaf
*
* @details
*
*/
2023-05-09 15:31:41 -07:00
class e_db_leaf_class : public fopEn_enemy_c {
public:
/* 0x5AC */ request_of_phase_process_class mPhase;
/* 0x5B4 */ mDoExt_McaMorf* mpMorf;
}; // Size: 0x5B8
2025-08-14 23:26:09 -07:00
#endif /* D_A_E_DB_LEAF_H */