mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 17:52:03 -04:00
9553fd0c22
Done with regex
/\* .* \*/
.*symbol.*.*\(.*\).* \{
\/\* Nonmatching \*\/
\}
36 lines
788 B
C++
36 lines
788 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_hitobj.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_hitobj.h"
|
|
#include "dolphin/types.h"
|
|
|
|
/* 00000078-00000080 .text daHitobj_Draw__FP12hitobj_class */
|
|
void daHitobj_Draw(hitobj_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000080-000000E8 .text daHitobj_Execute__FP12hitobj_class */
|
|
void daHitobj_Execute(hitobj_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000000E8-000000F0 .text daHitobj_IsDelete__FP12hitobj_class */
|
|
void daHitobj_IsDelete(hitobj_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 000000F0-00000120 .text daHitobj_Delete__FP12hitobj_class */
|
|
void daHitobj_Delete(hitobj_class*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 00000120-0000025C .text daHitobj_Create__FP10fopAc_ac_c */
|
|
void daHitobj_Create(fopAc_ac_c*) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
|
|
|