summaryrefslogtreecommitdiff
path: root/eventhooker.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-10 20:50:59 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-10 20:50:59 +0200
commit88e50ea16d146e145cae94e49be86e3b9eb246f4 (patch)
tree36c7566804560ac85f68ffa57478681519a11f01 /eventhooker.h
parent4c34e3d4c47be7c44f8369b301629dbc3a964c6a (diff)
Diffstat (limited to 'eventhooker.h')
-rwxr-xr-x[-rw-r--r--]eventhooker.h10
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