Files
tww/src/d/actor/d_a_hitobj.cpp
T
Jasper St. Pierre 9553fd0c22 Remove a bunch of weak symbols from TUs
Done with regex

/\* .* \*/
.*symbol.*.*\(.*\).* \{
    \/\* Nonmatching \*\/
\}
2023-11-24 12:45:11 -08:00

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 */
}