mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Add missing d_bg_* TUs (#3058)
* Implement d_bg_s_capt_poly * Add d_bg_s_func * Ad d_bg_w_deform * Add empty source file for d_bg_w_hf
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef _D_BG_S_CAPT_POLY_H
|
||||
#define _D_BG_S_CAPT_POLY_H
|
||||
|
||||
#include "d/d_bg_s_chk.h"
|
||||
#include "SSystem/SComponent/c_m3d_g_aab.h"
|
||||
#include "SSystem/SComponent/c_xyz.h"
|
||||
|
||||
class dBgS_CaptPoly : public cBgS_Chk, public dBgS_Chk {
|
||||
public:
|
||||
dBgS_CaptPoly();
|
||||
~dBgS_CaptPoly() {}
|
||||
void Set(cXyz&, cXyz&);
|
||||
|
||||
/* 0x24 */ cM3dGAab aab;
|
||||
/* 0x48 */ int field_0x48;
|
||||
};
|
||||
|
||||
#endif /* _D_BG_S_CAPT_POLY_H */
|
||||
Reference in New Issue
Block a user