wxhelper/src/hook_voice.h
2023-03-21 12:32:17 +08:00

8 lines
128 B
C++

#ifndef HOOK_VOICE_H_
#define HOOK_VOICE_H_
#include <string>
int HookVoice(std::wstring save_path);
int UnHookVoice();
#endif