RedCore
Loading...
Searching...
No Matches
AudioSoundHeap.h
Go to the documentation of this file.
1
#
pragma
once
2
3
namespace
red
{
4
5
class
AudioSoundHeap
{
6
public
:
7
static
void
saveState
();
8
static
void
loadState
();
9
10
static
int
getState
() {
return
sState; }
11
12
private
:
13
AudioSoundHeap();
14
15
static
int
sState;
16
};
17
18
}
// namespace red
red::AudioSoundHeap
Definition
AudioSoundHeap.h:5
red::AudioSoundHeap::saveState
static void saveState()
red::AudioSoundHeap::getState
static int getState()
Definition
AudioSoundHeap.h:10
red::AudioSoundHeap::loadState
static void loadState()
red
Definition
ActorDonutBlock.h:5
include
red
heap
AudioSoundHeap.h
Generated by
1.14.0