2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 20:27:43 +00:00

Integrate CStreamAudioManager globals

This commit is contained in:
Jack Andersen
2017-01-15 23:14:54 -10:00
parent 01c31b4fc5
commit d66d9a24f4
3 changed files with 69 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ public:
static void FadeBackIn(bool oneshot, float fadeTime);
static void TemporaryFadeOut(bool oneshot, float fadeTime);
static void Update(float dt);
static void Initialize();
};
}