2016-01-05 23:01:17 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// pchooks.h
|
|
|
|
// 8/1/2014 jichi
|
|
|
|
|
2019-01-27 16:39:33 +08:00
|
|
|
#include <Windows.h>
|
|
|
|
|
2016-01-05 23:01:17 +08:00
|
|
|
namespace PcHooks {
|
|
|
|
|
|
|
|
void hookGDIFunctions();
|
|
|
|
void hookGDIPlusFunctions();
|
2019-01-27 16:04:16 +08:00
|
|
|
void hookD3DXFunctions(HMODULE d3dxModule);
|
2018-09-18 07:44:29 +08:00
|
|
|
void hookOtherPcFunctions();
|
2016-01-05 23:01:17 +08:00
|
|
|
|
|
|
|
} // namespace PcHooks
|
|
|
|
|
|
|
|
// EOF
|