NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggExpHeap.h
1#pragma once
2
3#include <lib/egg/core/eggHeap.h>
4
5// [TODO: extend this]
6
7namespace EGG {
8 class ExpHeap : public Heap {
9 public:
10 static EGG::ExpHeap *create(size_t, EGG::Heap *, u16);
11 };
12}