NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
eggFrmHeap.hpp
1#pragma once
2
3#include <lib/egg/heap/eggHeap.hpp>
5
6// [TODO: extend this]
7
8namespace EGG {
9 class FrmHeap : public Heap {
10 public:
11 void free(long);
12 };
13}