mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Remove weak ctors/dtors from .cpp files
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user