mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 23:21:28 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file d_a_obj_laundry.cpp
|
||||
* @file d_a_obj_laundry.cpp
|
||||
*
|
||||
*/
|
||||
|
||||
#include "d/dolzel_rel.h"
|
||||
|
||||
#include "d/actor/d_a_obj_laundry.h"
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
#include "d/d_cc_d.h"
|
||||
@@ -278,9 +280,6 @@ static int daObjLdy_Delete(daObjLdy_c* i_this) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 80C51D2C-80C51D68 000E0C 003C+00 2/2 0/0 0/0 .text __dt__12LaundJoint_cFv */
|
||||
LaundJoint_c::~LaundJoint_c() {}
|
||||
|
||||
int daObjLdy_c::create() {
|
||||
fopAcM_SetupActor(this, daObjLdy_c);
|
||||
int phase = dComIfG_resLoad(&mPhase, l_arcName);
|
||||
@@ -301,11 +300,6 @@ static int daObjLdy_Create(fopAc_ac_c* i_this) {
|
||||
return ((daObjLdy_c*)i_this)->create();
|
||||
}
|
||||
|
||||
/* 80C51EC0-80C51EC4 000FA0 0004+00 1/1 0/0 0/0 .text __ct__12LaundJoint_cFv */
|
||||
LaundJoint_c::LaundJoint_c() {
|
||||
/* empty function */
|
||||
}
|
||||
|
||||
/* 80C520F4-80C52114 -00001 0020+00 1/0 0/0 0/0 .data l_daObjLdy_Method */
|
||||
static actor_method_class l_daObjLdy_Method = {
|
||||
(process_method_func)daObjLdy_Create, (process_method_func)daObjLdy_Delete,
|
||||
|
||||
Reference in New Issue
Block a user