mirror of https://github.com/zeldaret/tp.git
parent
0f3dc461e7
commit
9a98863aff
|
|
@ -1687,7 +1687,7 @@ config.libs = [
|
|||
ActorRel(NonMatching, "d_a_e_po"),
|
||||
ActorRel(Equivalent, "d_a_e_pz", extra_cflags=['-pragma "nosyminline off"']), # weak func order, inline issue
|
||||
ActorRel(Equivalent, "d_a_e_rb"), # weak func order
|
||||
ActorRel(NonMatching, "d_a_e_rdb"),
|
||||
ActorRel(Equivalent, "d_a_e_rdb"), # weak func order
|
||||
ActorRel(NonMatching, "d_a_e_rdy"),
|
||||
ActorRel(NonMatching, "d_a_e_s1"),
|
||||
ActorRel(NonMatching, "d_a_e_sb"),
|
||||
|
|
|
|||
|
|
@ -1,18 +1,20 @@
|
|||
#ifndef D_A_E_RDB_H
|
||||
#define D_A_E_RDB_H
|
||||
|
||||
#include "JSystem/JHostIO/JORReflexible.h"
|
||||
#include "d/d_bg_s_acch.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "d/d_cc_uty.h"
|
||||
#include "d/d_msg_flow.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
|
||||
/**
|
||||
* @ingroup actors-enemies
|
||||
* @class e_rdb_class
|
||||
* @brief King Bulblin
|
||||
*
|
||||
* @details
|
||||
*
|
||||
*
|
||||
* @details
|
||||
*
|
||||
*/
|
||||
class e_rdb_class {
|
||||
public:
|
||||
|
|
@ -106,15 +108,14 @@ public:
|
|||
|
||||
STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154);
|
||||
|
||||
class daE_RDB_HIO_c: public JORReflexible {
|
||||
class daE_RDB_HIO_c : public JORReflexible {
|
||||
public:
|
||||
/* 807650CC */ daE_RDB_HIO_c();
|
||||
/* 8076AF64 */ virtual ~daE_RDB_HIO_c() {};
|
||||
|
||||
void genMessage(JORMContext*);
|
||||
/* 0x04 */ s8 field_0x4;
|
||||
/* 0x04 */ s8 mID;
|
||||
/* 0x08 */ f32 field_0x8;
|
||||
};
|
||||
|
||||
|
||||
#endif /* D_A_E_RDB_H */
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue