mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 22:57:01 +00:00
11
include/Kyoto/Audio/CSfxManager.hpp
Normal file
11
include/Kyoto/Audio/CSfxManager.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CSFXMANAGER_HPP
|
||||
#define _CSFXMANAGER_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CSfxManager {
|
||||
public:
|
||||
static void Update(f32 dt);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user