mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-03 06:17:35 +08:00
8 lines
128 B
C++
8 lines
128 B
C++
#ifndef HOOK_VOICE_H_
|
|
#define HOOK_VOICE_H_
|
|
#include <string>
|
|
|
|
int HookVoice(std::wstring save_path);
|
|
|
|
int UnHookVoice();
|
|
#endif |