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