summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_bg_w_tri_elm.h
blob: cfe19ec712c7b85563cc7d15995f7974b796e3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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