Files
djhackersdev_bemanitools/src/main/ddrhook/misc.h
T
2019-09-27 22:36:50 +02:00

9 lines
111 B
C

#ifndef HOOK_MISC_H
#define HOOK_MISC_H
#include <windows.h>
void misc_insert_hooks(HMODULE target);
#endif