Files
tww/include/SSystem/SComponent/c_bg_w_tri_elm.h
T
Jasper St. Pierre e93bb0a65c c_bg_w match
2024-01-20 10:35:03 -08:00

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