mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-01 19:30:21 -04:00
14 lines
199 B
C++
14 lines
199 B
C++
#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
|