[Video] Rename CGlide64WtlModule to CProject64VideoWtlModule
This commit is contained in:
parent
bf53126ac0
commit
7da3180fb6
|
@ -47,25 +47,25 @@ extern bool g_ghq_use;
|
||||||
|
|
||||||
extern CriticalSection * g_ProcessDListCS;
|
extern CriticalSection * g_ProcessDListCS;
|
||||||
|
|
||||||
class CGlide64WtlModule :
|
class CProject64VideoWtlModule :
|
||||||
public CAppModule
|
public CAppModule
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CGlide64WtlModule(HINSTANCE hinst)
|
CProject64VideoWtlModule(HINSTANCE hinst)
|
||||||
{
|
{
|
||||||
Init(NULL, hinst);
|
Init(NULL, hinst);
|
||||||
}
|
}
|
||||||
virtual ~CGlide64WtlModule(void)
|
virtual ~CProject64VideoWtlModule(void)
|
||||||
{
|
{
|
||||||
Term();
|
Term();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
CGlide64WtlModule * WtlModule = NULL;
|
CProject64VideoWtlModule * WtlModule = NULL;
|
||||||
|
|
||||||
void ConfigInit(void * hinst)
|
void ConfigInit(void * hinst)
|
||||||
{
|
{
|
||||||
WtlModule = new CGlide64WtlModule((HINSTANCE)hinst);
|
WtlModule = new CProject64VideoWtlModule((HINSTANCE)hinst);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigCleanup(void)
|
void ConfigCleanup(void)
|
||||||
|
|
Loading…
Reference in New Issue