Files
tp/libs/SSystem/SComponent/c_bg_s_shdw_draw.cpp
T

34 lines
1009 B
C++
Raw Normal View History

2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: c_bg_s_shdw_draw
2021-04-01 02:07:58 +02:00
//
2021-01-07 02:04:53 +01:00
2021-04-01 02:07:58 +02:00
#include "SSystem/SComponent/c_bg_s_shdw_draw.h"
#include "SSystem/SComponent/c_m3d_g_aab.h"
#include "SSystem/SComponent/c_m3d_g_pla.h"
#include "SSystem/SComponent/c_xyz.h"
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-04-01 02:07:58 +02:00
//
2021-03-28 22:49:05 +02:00
2021-04-06 18:00:35 +02:00
/* 80267F88-80267FD0 2628C8 0048+00 0/0 1/1 0/0 .text __ct__13cBgS_ShdwDrawFv */
2021-06-13 00:20:45 +02:00
cBgS_ShdwDraw::cBgS_ShdwDraw() {}
2021-01-26 23:48:47 +01:00
2021-04-06 18:00:35 +02:00
/* 80267FD0-80268048 262910 0078+00 1/0 2/2 0/0 .text __dt__13cBgS_ShdwDrawFv */
2021-06-13 00:20:45 +02:00
cBgS_ShdwDraw::~cBgS_ShdwDraw() {}
2021-01-07 02:04:53 +01:00
2021-04-06 18:00:35 +02:00
/* 80268048-8026806C 262988 0024+00 0/0 1/1 0/0 .text Set__13cBgS_ShdwDrawFR4cXyzR4cXyz
*/
2021-06-13 00:20:45 +02:00
void cBgS_ShdwDraw::Set(cXyz& param_0, cXyz& param_1) {
mM3dGAab.Set(&param_0, &param_1);
2021-01-07 02:04:53 +01:00
}
2021-03-28 22:49:05 +02:00
/* 8026806C-80268074 -00001 0008+00 0/0 0/0 0/0 .text
2021-04-01 02:07:58 +02:00
* SetCallback__13cBgS_ShdwDrawFPFP13cBgS_ShdwDrawP10cBgD_Vtx_tiiiP8cM3dGPla_i */
2021-06-13 00:20:45 +02:00
void cBgS_ShdwDraw::SetCallback(cBgS_ShdwDraw_Callback pCallback) {
mCallbackFun = pCallback;
2021-03-28 22:49:05 +02:00
}