mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-12 05:27:14 -04:00
38 lines
866 B
C++
38 lines
866 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_att.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_att.h"
|
|
#include "dolphin/types.h"
|
|
|
|
/* 000000EC-000000F4 .text daAtt_Draw__FP9att_class */
|
|
static BOOL daAtt_Draw(att_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000000F4-00000140 .text boss_s_sub__FPvPv */
|
|
void boss_s_sub(void*, void*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000140-0000052C .text daAtt_Execute__FP9att_class */
|
|
static BOOL daAtt_Execute(att_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000568-00000570 .text daAtt_IsDelete__FP9att_class */
|
|
static BOOL daAtt_IsDelete(att_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000570-00000578 .text daAtt_Delete__FP9att_class */
|
|
static BOOL daAtt_Delete(att_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000578-00000768 .text daAtt_Create__FP10fopAc_ac_c */
|
|
static s32 daAtt_Create(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|