9 lines
180 B
C++
9 lines
180 B
C++
#ifndef HOOK_IMG_H_
|
|
#define HOOK_IMG_H_
|
|
#include "windows.h"
|
|
|
|
int HookImg(std::wstring save_path);
|
|
int UnHookImg();
|
|
|
|
int GetImgByName(wchar_t* file_path,wchar_t* save_dir);
|
|
#endif |