parent
e64c00b49e
commit
f802892277
|
@ -49,7 +49,7 @@ private:
|
||||||
|
|
||||||
CriticalSection m_CS;
|
CriticalSection m_CS;
|
||||||
|
|
||||||
void RegisterHook(const char* hookId, CScriptHook* cbList); // associate string id with callback list
|
void RegisterHook(const char* hookId, CScriptHook* cbList); // Associate string ID with callback list
|
||||||
void UnregisterHooks();
|
void UnregisterHooks();
|
||||||
|
|
||||||
HDC m_ScreenDC;
|
HDC m_ScreenDC;
|
||||||
|
@ -133,4 +133,4 @@ public:
|
||||||
{
|
{
|
||||||
return m_HookFrameDrawn;
|
return m_HookFrameDrawn;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue