mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Work on options portion of CFrontEndUI
This commit is contained in:
@@ -15,6 +15,13 @@ class CAudioSys
|
||||
boo::IAudioVoiceEngine* m_voiceEngine;
|
||||
amuse::Engine m_engine;
|
||||
public:
|
||||
enum class ESurroundModes
|
||||
{
|
||||
Mono,
|
||||
Stereo,
|
||||
Surround
|
||||
};
|
||||
|
||||
struct C3DEmitterParmData
|
||||
{
|
||||
zeus::CVector3f x0_pos;
|
||||
@@ -54,6 +61,10 @@ public:
|
||||
{
|
||||
return g_SharedSys->m_engine;
|
||||
}
|
||||
static void SetSurroundMode(ESurroundModes mode)
|
||||
{
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user