gkms-local/app/src/main/cpp/GakumasLocalify/Hook.h

12 lines
171 B
C++

#ifndef GAKUMAS_LOCALIFY_HOOK_H
#define GAKUMAS_LOCALIFY_HOOK_H
#include <string>
namespace GakumasLocal::Hook
{
void Install();
}
#endif //GAKUMAS_LOCALIFY_HOOK_H