RedCore
Loading...
Searching...
No Matches
RedCoreHeap.h
Go to the documentation of this file.
1#pragma once
2
3#include <heap/seadExpHeap.h>
4
5namespace red {
6
7 class RedCoreHeap {
8 public:
9 static sead::Heap* instance() { return sInstance; }
10
11 public: // TODO: Make private
12 static void create(sead::Heap* parentHeap);
13
14 private:
15 static sead::ExpHeap* sInstance;
16 };
17
18}
Definition RedCoreHeap.h:7
static sead::Heap * instance()
Definition RedCoreHeap.h:9
static void create(sead::Heap *parentHeap)
Definition ActorDonutBlock.h:5