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 |