mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 00:46:07 +00:00
14
include/Kyoto/Audio/CStreamAudioManager.hpp
Normal file
14
include/Kyoto/Audio/CStreamAudioManager.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CSTREAMAUDIOMANAGER_HPP
|
||||
#define _CSTREAMAUDIOMANAGER_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CStreamAudioManager {
|
||||
public:
|
||||
static void Update(f32 dt);
|
||||
static void StopAll();
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user