mirror of https://github.com/PrimeDecomp/prime.git
11 lines
155 B
C++
11 lines
155 B
C++
|
#ifndef _CDSPSTREAMMANAGER_HPP
|
||
|
#define _CDSPSTREAMMANAGER_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CDSPStreamManager {
|
||
|
public:
|
||
|
static void Initialize();
|
||
|
};
|
||
|
|
||
|
#endif
|