diff options
author | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 15:09:48 +0200 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-09 12:14:35 +0200 |
commit | ef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa (patch) | |
tree | baa900837b70fc260df65a7be1c5443b996bf706 /broccoli/includes | |
parent | 1c64cf73cde5b15f02d5a4d7ba4e611ea4d05316 (diff) | |
download | midbro-ef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa.tar.gz midbro-ef50d0a5d1e592bc512f6d6b892dfded6d6d7aaa.tar.bz2 |
Add new main file
Diffstat (limited to 'broccoli/includes')
-rw-r--r-- | broccoli/includes/broevent.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <broccoli.h> +#endif + +void bro_event_listener(); |