mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-07 23:57:35 +08:00
10 lines
196 B
C++
10 lines
196 B
C++
#ifndef HOOK_IMG_H_
|
|
#define HOOK_IMG_H_
|
|
#include "windows.h"
|
|
using namespace std;
|
|
|
|
int HookImg(wstring save_path);
|
|
int UnHookImg();
|
|
|
|
int GetImgByName(wchar_t* file_path,wchar_t* save_dir);
|
|
#endif |