mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Populate particle IDs enum with placeholders and use them everywhere
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void create_s(unsigned short, cXyz*, float, float, csXyz*);
|
||||
void create_s(u16, cXyz*, float, float, csXyz*);
|
||||
|
||||
public:
|
||||
/* 0x00 */ dPa_followEcallBack mEcallBack;
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
#define D_A_PEDESTAL_H
|
||||
|
||||
#include "d/d_bg_w.h"
|
||||
#include "d/d_com_inf_game.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
|
||||
#include "d/d_particle.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
|
||||
namespace daPedestal {
|
||||
|
||||
|
||||
+3
-3
@@ -86,14 +86,14 @@ enum dCcG_hitSe {
|
||||
};
|
||||
|
||||
enum CcG_At_HitMark {
|
||||
/* 0x0 */ dCcG_AtHitMark_None_e = 0,
|
||||
/* 0x1 */ dCcG_AtHitMark_Unk1_e = 1,
|
||||
/* 0x0 */ dCcG_AtHitMark_None_e = dPa_name::ID_NONE,
|
||||
/* 0x1 */ dCcG_AtHitMark_Unk1_e = dPa_name::ID_COMMON_0001,
|
||||
/* 0xD */ dCcG_AtHitMark_Nrm_e = dPa_name::ID_COMMON_NORMAL_HIT,
|
||||
/* 0xF */ dCcG_AtHitMark_Big_e = dPa_name::ID_COMMON_BIG_HIT,
|
||||
};
|
||||
|
||||
enum CcG_Tg_HitMark {
|
||||
/* 0x1 */ dCcG_TgHitMark_Unk1_e = 1,
|
||||
/* 0x1 */ dCcG_TgHitMark_Unk1_e = dPa_name::ID_COMMON_0001,
|
||||
/* 0xC */ dCcg_TgHitMark_Purple_e = dPa_name::ID_COMMON_PURPLE_HIT,
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef D_PARTICLE
|
||||
#define D_PARTICLE
|
||||
|
||||
#include "d/d_particle_name.h" // IWYU pragma: export
|
||||
#include "JSystem/J3DGraphBase/J3DVertex.h"
|
||||
#include "JSystem/J3DGraphAnimator/J3DAnimation.h"
|
||||
#include "JSystem/JGeometry.h"
|
||||
@@ -8,8 +9,7 @@
|
||||
#include "JSystem/JParticle/JPAParticle.h"
|
||||
#include "JSystem/JParticle/JPAEmitter.h"
|
||||
#include "JSystem/JParticle/JPAEmitterManager.h"
|
||||
#include "d/d_particle_name.h"
|
||||
#include "f_pc/f_pc_node.h"
|
||||
#include "SSystem/SComponent/c_list.h"
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
|
||||
class mDoDvdThd_toMainRam_c;
|
||||
|
||||
+1042
-11
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user