Add a precompiled header for RELs (#2597)

This commit is contained in:
Max Roncace
2025-08-24 02:52:08 -04:00
committed by GitHub
parent 8a30030dc7
commit 513816ce5c
1085 changed files with 4491 additions and 12588 deletions
+17 -2
View File
@@ -3,11 +3,26 @@
*
*/
#include "d/actor/d_a_e_bu.h"
#include "d/dolzel_rel.h"
UNK_REL_DATA;
#include "d/actor/d_a_e_bu.h"
#include "f_op/f_op_actor_enemy.h"
class daE_BU_HIO_c : public JORReflexible {
public:
/* 806911AC */ daE_BU_HIO_c();
/* 806941D4 */ virtual ~daE_BU_HIO_c() {}
void genMessage(JORMContext* ctx);
/* 0x04 */ s8 id;
/* 0x08 */ f32 base_size;
/* 0x0C */ f32 fly_speed;
/* 0x10 */ f32 attack_range;
/* 0x14 */ f32 attack_speed;
/* 0x18 */ f32 dash_speed;
};
enum daE_BU_TYPE {
TYPE_NORMAL,
TYPE_FIRE,