mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
Runtime: Default destructors where applicable
Same behavior, but allows the destructors to be trivial, etc.
This commit is contained in:
@@ -280,7 +280,7 @@ CMFGameLoader::CMFGameLoader() : CMFGameLoaderBase("CMFGameLoader") {
|
||||
}
|
||||
}
|
||||
|
||||
CMFGameLoader::~CMFGameLoader() {}
|
||||
CMFGameLoader::~CMFGameLoader() = default;
|
||||
|
||||
static const char* LoadDepPAKs[] = {"TestAnim", "SamusGun", "SamGunFx", nullptr};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user