mirror of https://github.com/PrimeDecomp/prime.git
11 lines
156 B
C++
11 lines
156 B
C++
|
#ifndef _CDVDREQUESTMANAGER
|
||
|
#define _CDVDREQUESTMANAGER
|
||
|
|
||
|
class CDvdRequestSys {
|
||
|
public:
|
||
|
static bool mManagerInstalled;
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif // _CDVDREQUESTMANAGER
|