mcpelauncher-1.1/mod_example/jni/mcpelauncher_api.h
2026-01-16 23:23:28 +02:00

13 lines
189 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void* mcpelauncher_hook(void* symbol, void* hook, void** original);
void mcpelauncher_unhook(void* hook);
#ifdef __cplusplus
}
#endif