mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-12 02:25:52 +00:00
13 lines
182 B
C++
13 lines
182 B
C++
#ifndef _CDSPSTREAMMANAGER_HPP
|
|
#define _CDSPSTREAMMANAGER_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CDSPStreamManager {
|
|
public:
|
|
static void Initialize();
|
|
static void Shutdown();
|
|
};
|
|
|
|
#endif
|