mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
+1
-1
@@ -1687,7 +1687,7 @@ config.libs = [
|
|||||||
ActorRel(NonMatching, "d_a_e_po"),
|
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_pz", extra_cflags=['-pragma "nosyminline off"']), # weak func order, inline issue
|
||||||
ActorRel(Equivalent, "d_a_e_rb"), # weak func order
|
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_rdy"),
|
||||||
ActorRel(NonMatching, "d_a_e_s1"),
|
ActorRel(NonMatching, "d_a_e_s1"),
|
||||||
ActorRel(NonMatching, "d_a_e_sb"),
|
ActorRel(NonMatching, "d_a_e_sb"),
|
||||||
|
|||||||
@@ -1,18 +1,20 @@
|
|||||||
#ifndef D_A_E_RDB_H
|
#ifndef D_A_E_RDB_H
|
||||||
#define 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_bg_s_acch.h"
|
||||||
#include "d/d_cc_d.h"
|
#include "d/d_cc_d.h"
|
||||||
#include "d/d_cc_uty.h"
|
#include "d/d_cc_uty.h"
|
||||||
#include "d/d_msg_flow.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
|
* @ingroup actors-enemies
|
||||||
* @class e_rdb_class
|
* @class e_rdb_class
|
||||||
* @brief King Bulblin
|
* @brief King Bulblin
|
||||||
*
|
*
|
||||||
* @details
|
* @details
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class e_rdb_class {
|
class e_rdb_class {
|
||||||
public:
|
public:
|
||||||
@@ -106,15 +108,14 @@ public:
|
|||||||
|
|
||||||
STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154);
|
STATIC_ASSERT(sizeof(e_rdb_class) == 0x1154);
|
||||||
|
|
||||||
class daE_RDB_HIO_c: public JORReflexible {
|
class daE_RDB_HIO_c : public JORReflexible {
|
||||||
public:
|
public:
|
||||||
/* 807650CC */ daE_RDB_HIO_c();
|
/* 807650CC */ daE_RDB_HIO_c();
|
||||||
/* 8076AF64 */ virtual ~daE_RDB_HIO_c() {};
|
/* 8076AF64 */ virtual ~daE_RDB_HIO_c() {};
|
||||||
|
|
||||||
void genMessage(JORMContext*);
|
void genMessage(JORMContext*);
|
||||||
/* 0x04 */ s8 field_0x4;
|
/* 0x04 */ s8 mID;
|
||||||
/* 0x08 */ f32 field_0x8;
|
/* 0x08 */ f32 field_0x8;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif /* D_A_E_RDB_H */
|
#endif /* D_A_E_RDB_H */
|
||||||
|
|||||||
+854
-822
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user