NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggDisposer.hpp
1
#pragma once
2
3
namespace
EGG {
4
class
Heap
;
5
6
class
Disposer {
7
public
:
8
Disposer();
9
10
virtual
~Disposer();
11
12
Heap
*mpContainingHeap;
13
};
14
}
EGG::Heap
Definition
eggHeap.hpp:11
include
lib
egg
eggDisposer.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2