mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
c_bg_w match
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "SSystem/SComponent/c_sxyz.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_aab.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_pla.h"
|
||||
#include "SSystem/SComponent/c_bg_w_tri_elm.h"
|
||||
#include "dolphin/mtx/mtx.h"
|
||||
|
||||
class cBgW_BgId {
|
||||
@@ -120,13 +121,6 @@ public:
|
||||
/* 0x04 */ u16 ground;
|
||||
};
|
||||
|
||||
class cBgW_TriElm {
|
||||
public:
|
||||
/* 0x00 */ cM3dGPla m_plane;
|
||||
|
||||
virtual ~cBgW_TriElm() {}
|
||||
};
|
||||
|
||||
class cBgW_GrpElm {
|
||||
public:
|
||||
virtual ~cBgW_GrpElm() {}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
#ifndef C_BG_W_TRI_ELM_H
|
||||
#define C_BG_W_TRI_ELM_H
|
||||
|
||||
#include "SSystem/SComponent/c_m3d_g_pla.h"
|
||||
|
||||
class cBgW_TriElm {
|
||||
public:
|
||||
/* 0x00 */ cM3dGPla m_plane;
|
||||
|
||||
virtual ~cBgW_TriElm() {}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user