Random Work

This commit is contained in:
SuperDude88
2024-05-18 20:55:58 -04:00
parent 29a9b56c6d
commit 4fe8a9bd46
9 changed files with 111 additions and 29 deletions
+1 -1
View File
@@ -7,7 +7,6 @@
#include "d/d_bg_s_acch.h"
#include "d/d_cc_d.h"
#include "m_Do/m_Do_ext.h"
#include "m_Do/m_Do_ext.h"
class daBomb_fuseSmokeEcallBack : public dPa_levelEcallBack {
public:
@@ -99,6 +98,7 @@ public:
bool procWait();
bool waitState_cannon();
void waitState_bomtyu();
bool procSink_init();
bool procSink();
BOOL execute();
void set_wind_vec();
+1 -1
View File
@@ -16,7 +16,7 @@ namespace daObj {
void make_land_effect(fopAc_ac_c*, dBgS_GndChk*, float);
void get_wind_spd(fopAc_ac_c*, float);
void get_path_spd(cBgS_PolyInfo&, float);
cXyz& get_path_spd(cBgS_PolyInfo&, float);
void posMoveF_stream(fopAc_ac_c*, const cXyz*, const cXyz*, float, float);
void posMoveF_grade(fopAc_ac_c*, const cXyz*, const cXyz*, float, float, const cXyz*, float, float, const cXyz*);
void quat_rotBaseY(Quaternion*, const cXyz&);
+1
View File
@@ -362,6 +362,7 @@ cXyz * dKyw_get_wind_vec();
void squal_proc();
void dKyw_pntwind_set(WIND_INFLUENCE*);
void dKyw_pntwind_cut(WIND_INFLUENCE*);
void dKyw_pntwind_get_info(cXyz* param_0, cXyz* i_dir, f32* i_power);
void dKyw_pwind_cylinder_set(WIND_INFLUENCE*);
cXyz dKyw_pntwind_get_vecpow(cXyz* pPos);
void dKyw_evt_wind_set(s16 i_windX, s16 i_windY);
+1 -1
View File
@@ -25,6 +25,6 @@ struct dPath {
dPath__Point* dPath_GetPnt(dPath*, int);
dPath* dPath_GetRoomPath(int, int);
dPath* dPath_GetNextRoomPath(dPath*, int);
int dPath_GetPolyRoomPathVec(cBgS_PolyInfo&, cXyz*, int*);
bool dPath_GetPolyRoomPathVec(cBgS_PolyInfo&, cXyz*, int*);
#endif /* D_PATH_H */