mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 05:04:40 -04:00
4346df764b
* add "global.h" to files that use it * add MSL_C includes to files that use them * remove dolphin includes from headers that don't need them * remove JSupport includes from headers that don't need them * remove JKernel includes from headers that don't need them * remove JUtility includes from headers that don't need them * remove J3D includes from headers that don't need them * remove J2D includes from headers that don't need them * remove JAudio2 includes from headers that don't need them * remove Z2AudioLib includes from headers that don't need them * remove JMessage includes from headers that don't need them * remove JParticle includes from headers that don't need them * remove SComponent includes from headers that don't need them * remove dol includes from headers that don't need them * sort includes
35 lines
901 B
C++
35 lines
901 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: a/obj/d_a_obj_ss_base
|
|
//
|
|
|
|
#include "d/a/d_a_obj_ss_base.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8015E3F8-8015E450 158D38 0058+00 0/0 0/0 3/3 .text __ct__14daObj_SSBase_cFv */
|
|
daObj_SSBase_c::daObj_SSBase_c() {
|
|
mpParentPtr = NULL;
|
|
field_0x570 = 0;
|
|
mFlowNodeNum = 0xFFFF;
|
|
mValueNum = 0;
|
|
}
|
|
|
|
/* 8015E450-8015E4B0 158D90 0060+00 1/0 0/0 3/3 .text __dt__14daObj_SSBase_cFv */
|
|
daObj_SSBase_c::~daObj_SSBase_c() {}
|
|
|
|
/* 8015E4B0-8015E4C8 158DF0 0018+00 1/0 0/0 2/0 .text getProcessID__14daObj_SSBase_cFv */
|
|
u32 daObj_SSBase_c::getProcessID() {
|
|
return fopAcM_GetID(this);
|
|
}
|
|
|
|
/* 8015E4C8-8015E4CC 158E08 0004+00 1/0 0/0 0/0 .text setSoldOut__14daObj_SSBase_cFv */
|
|
void daObj_SSBase_c::setSoldOut() {
|
|
/* empty function */
|
|
}
|