From 39cb3b36cbac59c938acf6b71cbb3087f0fca5b4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 19 Nov 2012 15:42:33 +0100 Subject: ED flags making 0-Register hook execution configurable * teco.ini updated as well --- qbuffers.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'qbuffers.h') diff --git a/qbuffers.h b/qbuffers.h index 7f3751b..c2bb8ab 100644 --- a/qbuffers.h +++ b/qbuffers.h @@ -383,4 +383,12 @@ namespace States { extern StateCopyToQReg copytoqreg; } +enum Hook { + HOOK_ADD = 1, + HOOK_EDIT, + HOOK_CLOSE, + HOOL_QUIT +}; +void execute_hook(Hook type); + #endif -- cgit v1.2.3