Remove weak ctors/dtors from .cpp files

This commit is contained in:
LagoLunatic
2023-11-26 23:16:19 -05:00
parent 1c5dad23a2
commit 6ec4a2ebbd
316 changed files with 33 additions and 4447 deletions
-17
View File
@@ -86,16 +86,6 @@ void daGhostshipCreate(void*) {
/* Nonmatching */
}
/* 00000DFC-00000E38 .text __dt__18dLib_circle_path_cFv */
dLib_circle_path_c::~dLib_circle_path_c() {
/* Nonmatching */
}
/* 00000E38-00000E3C .text __ct__18dLib_circle_path_cFv */
dLib_circle_path_c::dLib_circle_path_c() {
/* Nonmatching */
}
/* 00000FD8-00001024 .text daGhostshipDelete__FPv */
void daGhostshipDelete(void*) {
/* Nonmatching */
@@ -126,10 +116,3 @@ void daGhostshipIsDelete(void*) {
/* Nonmatching */
}
/* 00001A98-00001AF4 .text __dt__17daGhostship_HIO_cFv */
daGhostship_HIO_c::~daGhostship_HIO_c() {
/* Nonmatching */
}