mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 12:19:08 +00:00
12 lines
142 B
C++
12 lines
142 B
C++
#ifndef _CSFXMANAGER_HPP
|
|
#define _CSFXMANAGER_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CSfxManager {
|
|
public:
|
|
static void Update(float dt);
|
|
};
|
|
|
|
#endif
|