mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 13:26:07 +00:00
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/string.hpp"
|
||||
|
||||
class CStreamAudioManager {
|
||||
public:
|
||||
static void Update(float dt);
|
||||
@@ -10,6 +12,12 @@ public:
|
||||
static void SetMusicVolume(uint);
|
||||
static void SetSfxVolume(uint);
|
||||
|
||||
static void FadeBackIn(int, float);
|
||||
static void TemporaryFadeOut(int, float);
|
||||
|
||||
static void Start(int, const rstl::string&, int, bool, float, float);
|
||||
static void Stop(int, const rstl::string&);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user