From ef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa Mon Sep 17 00:00:00 2001 From: Robert Gustafsson Date: Thu, 28 Sep 2017 15:09:48 +0200 Subject: Add new main file --- broccoli/includes/broevent.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 broccoli/includes/broevent.h (limited to 'broccoli/includes') diff --git a/broccoli/includes/broevent.h b/broccoli/includes/broevent.h new file mode 100644 index 0000000..4021737 --- /dev/null +++ b/broccoli/includes/broevent.h @@ -0,0 +1,5 @@ +#ifdef BROCCOLI +#include +#endif + +void bro_event_listener(); -- cgit v1.2.1