summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_bg_s_chk.h9
-rw-r--r--include/SSystem/SComponent/c_bg_s_grp_pass_chk.h9
-rw-r--r--include/SSystem/SComponent/c_bg_s_poly_pass_chk.h9
3 files changed, 20 insertions, 7 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_chk.h b/include/SSystem/SComponent/c_bg_s_chk.h
index 9475fe8d42..4d6a6cef3f 100644
--- a/include/SSystem/SComponent/c_bg_s_chk.h
+++ b/include/SSystem/SComponent/c_bg_s_chk.h
@@ -3,16 +3,11 @@
#include "dolphin/mtx.h"
#include "f_pc/f_pc_base.h"
+#include "SSystem/SComponent/c_bg_s_grp_pass_chk.h"
+#include "SSystem/SComponent/c_bg_s_poly_pass_chk.h"
struct cBgD_Vtx_t : public Vec {};
-class cBgS_GrpPassChk {
-public:
- virtual ~cBgS_GrpPassChk() {}
-};
-
-class cBgS_PolyPassChk;
-
class cBgS_Chk {
public:
/* 0x0 */ cBgS_PolyPassChk* mPolyPassChk;
diff --git a/include/SSystem/SComponent/c_bg_s_grp_pass_chk.h b/include/SSystem/SComponent/c_bg_s_grp_pass_chk.h
new file mode 100644
index 0000000000..3fcbd9f255
--- /dev/null
+++ b/include/SSystem/SComponent/c_bg_s_grp_pass_chk.h
@@ -0,0 +1,9 @@
+#ifndef C_BG_S_GRP_PASS_CHK_H
+#define C_BG_S_GRP_PASS_CHK_H
+
+class cBgS_GrpPassChk {
+public:
+ virtual ~cBgS_GrpPassChk() {}
+};
+
+#endif /* C_BG_S_GRP_PASS_CHK_H */
diff --git a/include/SSystem/SComponent/c_bg_s_poly_pass_chk.h b/include/SSystem/SComponent/c_bg_s_poly_pass_chk.h
new file mode 100644
index 0000000000..276099d628
--- /dev/null
+++ b/include/SSystem/SComponent/c_bg_s_poly_pass_chk.h
@@ -0,0 +1,9 @@
+#ifndef C_BG_S_POLY_PASS_CHK_H
+#define C_BG_S_POLY_PASS_CHK_H
+
+class cBgS_PolyPassChk {
+public:
+ virtual ~cBgS_PolyPassChk() {}
+};
+
+#endif /* C_BG_S_POLY_PASS_CHK_H */