mirror of
https://github.com/zeldaret/tp
synced 2026-09-07 03:10:11 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "d/dolzel_rel.h"
|
||||
|
||||
#include "d/actor/d_a_obj_octhashi.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
@@ -361,6 +363,10 @@ static int daObjOCTHASHI_IsDelete(daObjOCTHASHI_c* param_0) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void dummy() {
|
||||
delete (cCcD_GStts*)NULL;
|
||||
}
|
||||
|
||||
/* 80CA62A4-80CA62F8 001764 0054+00 1/0 0/0 0/0 .text Create__15daObjOCTHASHI_cFv */
|
||||
int daObjOCTHASHI_c::Create() {
|
||||
mpBgW->SetRideCallback(rideCallBack);
|
||||
|
||||
Reference in New Issue
Block a user