prime/include/Kyoto/Audio/CStreamAudioManager.hpp

15 lines
199 B
C++
Raw Normal View History

#ifndef _CSTREAMAUDIOMANAGER_HPP
#define _CSTREAMAUDIOMANAGER_HPP
#include "types.h"
class CStreamAudioManager {
public:
static void Update(f32 dt);
static void StopAll();
private:
};
#endif