prime/include/Kyoto/Audio/CSfxManager.hpp

12 lines
140 B
C++
Raw Normal View History

#ifndef _CSFXMANAGER_HPP
#define _CSFXMANAGER_HPP
#include "types.h"
class CSfxManager {
public:
2022-07-15 00:48:18 +00:00
static void Update(f32 dt);
};
#endif