Files
tp/src/d/actor/d_a_obj_testcube.cpp
T
TakaRikka a6e76c0841 project cleanup (#2895)
* some wii OS fixes

* remove old dol2asm comments

* remove dol2asm.h

* remove function address comments

* normalize ATTRIBUTE_ALIGN usage

* DECL_WEAK macro

* fix gcc attribute weak macro

* wrap more mwcc specific things in ifdefs

* fixes

* fix revo sdk version flags

* fixes
2025-11-30 15:23:42 -07:00

26 lines
741 B
C++

/**
* @file d_a_obj_testcube.cpp
*
*/
#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_obj_testcube.h"
extern actor_process_profile_definition g_profile_Obj_TestCube = {
fpcLy_CURRENT_e, // mLayerID
3, // mListID
fpcPi_CURRENT_e, // mListPrio
PROC_Obj_TestCube, // mProcName
&g_fpcLf_Method.base, // sub_method
0x000005A0, // mSize
0, // mSizeOther
0, // mParameters
&g_fopAc_Method.base, // sub_method
442, // mPriority
NULL, // sub_method
0x00040100, // mStatus
fopAc_ACTOR_e, // mActorType
fopAc_CULLBOX_CUSTOM_e, // cullType
};