aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events/Events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/Events.hpp')
-rw-r--r--src/events/Events.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/events/Events.hpp b/src/events/Events.hpp
index e3088110..e8b862fe 100644
--- a/src/events/Events.hpp
+++ b/src/events/Events.hpp
@@ -157,4 +157,9 @@ namespace Events {
LISTENER(holdBegin);
LISTENER(holdEnd);
+
+ // Tearing
+ LISTENER(tearingNew);
+ DYNLISTENFUNC(tearingSet);
+ DYNLISTENFUNC(tearingDestroy);
};