mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
More return types, set up all dBgS_MoveBgActor subclasses
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
#include "d/d_procname.h"
|
||||
|
||||
/* 000000EC-000001A0 .text CreateHeap__Q210daObjDrift5Act_cFv */
|
||||
void daObjDrift::Act_c::CreateHeap() {
|
||||
BOOL daObjDrift::Act_c::CreateHeap() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 000001A0-00000370 .text Create__Q210daObjDrift5Act_cFv */
|
||||
s32 daObjDrift::Act_c::Create() {
|
||||
BOOL daObjDrift::Act_c::Create() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ void daObjDrift::Act_c::set_current() {
|
||||
}
|
||||
|
||||
/* 00001104-000011D0 .text Execute__Q210daObjDrift5Act_cFPPA3_A4_f */
|
||||
void daObjDrift::Act_c::Execute(float(**)[3][4]) {
|
||||
BOOL daObjDrift::Act_c::Execute(Mtx**) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user