wxhelper/src/hook_voice.h

8 lines
128 B
C
Raw Normal View History

2023-03-21 12:32:17 +08:00
#ifndef HOOK_VOICE_H_
#define HOOK_VOICE_H_
#include <string>
int HookVoice(std::wstring save_path);
int UnHookVoice();
#endif