mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-25 18:55:34 +00:00
11 lines
156 B
C++
11 lines
156 B
C++
#ifndef _CDVDREQUESTMANAGER
|
|
#define _CDVDREQUESTMANAGER
|
|
|
|
class CDvdRequestSys {
|
|
public:
|
|
static bool mManagerInstalled;
|
|
};
|
|
|
|
|
|
#endif // _CDVDREQUESTMANAGER
|