mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#ifndef D_BG_D_BG_S_H
|
||||
#define D_BG_D_BG_S_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_gnd_chk.h"
|
||||
#include "SSystem/SComponent/c_bg_s_lin_chk.h"
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "d/bg/d_bg_w_base.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "global.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_BG_D_BG_S_ACCH_H
|
||||
#define D_BG_D_BG_S_ACCH_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_cir.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_cyl.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_lin.h"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "d/bg/d_bg_s_grp_pass_chk.h"
|
||||
#include "d/bg/d_bg_s_poly_pass_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dBgS_Chk : public dBgS_PolyPassChk, public dBgS_GrpPassChk {
|
||||
public:
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_gnd_chk.h"
|
||||
#include "d/bg/d_bg_s_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dBgS_GndChk : public cBgS_GndChk, public dBgS_Chk {
|
||||
public:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define D_BG_D_BG_S_GRP_PASS_CHK_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dBgS_GrpPassChk : public cBgS_GrpPassChk {
|
||||
public:
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_lin_chk.h"
|
||||
#include "d/bg/d_bg_s_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class fopAc_ac_c;
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#ifndef D_BG_D_BG_S_MOVEBG_ACTOR_H
|
||||
#define D_BG_D_BG_S_MOVEBG_ACTOR_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
|
||||
class dBgW;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_BG_D_BG_S_ROOF_CHK_H
|
||||
#define D_BG_D_BG_S_ROOF_CHK_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_chk.h"
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
#include "d/bg/d_bg_s_chk.h"
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#ifndef D_BG_D_BG_S_SPH_CHK_H
|
||||
#define D_BG_D_BG_S_SPH_CHK_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_chk.h"
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_pla.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_sph.h"
|
||||
#include "d/bg/d_bg_s_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef D_BG_D_BG_S_SPL_GRP_CHK_H
|
||||
#define D_BG_D_BG_S_SPL_GRP_CHK_H
|
||||
|
||||
#include "SSystem/SComponent/c_bg_s_chk.h"
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
#include "d/bg/d_bg_s_chk.h"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define D_BG_D_BG_S_WTR_CHK_H
|
||||
|
||||
#include "d/bg/d_bg_s_spl_grp_chk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class dBgS_WtrChk : public dBgS_SplGrpChk {
|
||||
public:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define D_BG_D_BG_W_H
|
||||
|
||||
#include "SSystem/SComponent/c_m3d_g_aab.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_pla.h"
|
||||
#include "d/bg/d_bg_w_base.h"
|
||||
#include "dolphin/mtx/mtx.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "SSystem/SComponent/c_bg_s_poly_info.h"
|
||||
#include "SSystem/SComponent/c_bg_w.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_pla.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class cBgS_GndChk;
|
||||
class cBgS_LinChk;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include "SSystem/SComponent/c_m3d_g_aab.h"
|
||||
#include "d/bg/d_bg_plc.h"
|
||||
#include "d/bg/d_bg_w_base.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class cBgS_GrpPassChk;
|
||||
class cBgS_PolyPassChk;
|
||||
|
||||
Reference in New Issue
Block a user