mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-07 01:53:30 +00:00
13 lines
196 B
C++
13 lines
196 B
C++
#ifndef _CDSPSTREAMMANAGER
|
|
#define _CDSPSTREAMMANAGER
|
|
|
|
#include "types.h"
|
|
|
|
class CDSPStreamManager {
|
|
public:
|
|
static void Initialize();
|
|
static void Shutdown();
|
|
};
|
|
|
|
#endif // _CDSPSTREAMMANAGER
|