sead
Loading...
Searching...
No Matches
seadAudioGlobal.h
Go to the documentation of this file.
1#ifndef SEAD_AUDIOGLOBAL_H_
2#define SEAD_AUDIOGLOBAL_H_
3
4#include <basis/seadTypes.h>
5
6namespace sead {
7
8class AudioGlobal // namespace or class, God knows
9{
10public:
11 enum AuxBus;
12 enum OutputMode;
13};
14
15} // namespace sead
16
17#endif // SEAD_AUDIOGLOBAL_H_
Definition seadAudioGlobal.h:9
Definition seadAssert.h:44