diff options
Diffstat (limited to 'eventhooker.h')
-rwxr-xr-x[-rw-r--r--] | eventhooker.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/eventhooker.h b/eventhooker.h index 8814613..31640ff 100644..100755 --- a/eventhooker.h +++ b/eventhooker.h @@ -1,13 +1,5 @@ /* eventhooker.h - Helper for hooking events in Miranda. -* Copyright (C) Miklashevsky Roman -* -* To hook event just write -* MIRANDA_HOOK_EVENT('name of the event', wParam, lParam) { 'your code' } -* Include following in your Load function -* miranda::EventHooker::HookAll(); -* And following in your Unload function -* miranda::EventHooker::UnhookAll(); -* That's all +* Copyright (C) Miklashevsky Roman, sss, elzor * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |