Files
Leviathan/Client/Game/game/Hooking/Hooking.h
T
2026-06-01 12:46:52 +02:00

32 lines
236 B
C

// 2010.06.17 - prodongi
// _USE_KEYBOARD_HOOK 이런 전처리기가 있으나 쓰이고 있지 않은것 같음,,
#ifndef _Hooking_h_
#define _Hooking_h_
bool initKeyboardHook();
bool delKeyboardHook();
#endif