aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h8
1 files changed, 8 insertions, 0 deletions
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