NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggDisposer.cpp
1
#include <lib/egg/core/eggDisposer.h>
2
#include <lib/egg/core/eggHeap.h>
3
4
namespace
EGG {
5
6
Disposer::Disposer() {
7
mHeap = Heap::findContainHeap(
this
);
8
if
(mHeap) {
9
mHeap->appendDisposer(
this
);
10
}
11
}
12
13
Disposer::~Disposer() {
14
if
(mHeap) {
15
mHeap->removeDisposer(
this
);
16
}
17
}
18
19
}
// namespace EGG
source
lib
egg
core
eggDisposer.cpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.15.0