mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 22:15:43 -04:00
1114b13da8
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop * dolphin OS work / cleanup * dolphin GX work / cleanup * finish changing dolphin files to C * more files into C * match rest of MSL_C math functions * more dolphin files converted to C * remove asm * d_bg_w work * remove asm * d_a_alink work / kytag14
23 lines
750 B
C++
23 lines
750 B
C++
#ifndef D_BG_D_BG_W_SV_H
|
|
#define D_BG_D_BG_W_SV_H
|
|
|
|
#include "d/bg/d_bg_w.h"
|
|
|
|
class dBgWSv : public dBgW {
|
|
public:
|
|
/* 80082F98 */ u8 Set(cBgD_t*, u32);
|
|
/* 80083020 */ void CopyBackVtx();
|
|
/* 8008308C */ void CrrPosWork(cXyz*, int, int, int);
|
|
/* 80083300 */ void TransPosWork(cXyz*, int, int, int);
|
|
|
|
/* 800835DC */ virtual ~dBgWSv();
|
|
/* 80083244 */ virtual void CrrPos(cBgS_PolyInfo const&, void*, bool, cXyz*, csXyz*, csXyz*);
|
|
/* 8008351C */ virtual void TransPos(cBgS_PolyInfo const&, void*, bool, cXyz*, csXyz*, csXyz*);
|
|
/* 800835D8 */ virtual void MatrixCrrPos(cBgS_PolyInfo const&, void*, bool, cXyz*, csXyz*, csXyz*);
|
|
|
|
/* 0xC0 */ Vec* field_0xc0;
|
|
/* 0xC4 */ u8 field_0xc4;
|
|
};
|
|
|
|
#endif /* D_BG_D_BG_W_SV_H */
|