diff options
author | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 15:09:48 +0200 |
---|---|---|
committer | Robert Gustafsson <robg@student.chalmers.se> | 2017-09-28 15:09:48 +0200 |
commit | 7bd84e78376e5f5b87349d00766b024964bb84b3 (patch) | |
tree | e33b8217efc27ceaac23e64159d96b2d919cb5b3 /broccoli/includes | |
parent | a333c2c239a964ba2f898d23528186af1c5a1608 (diff) | |
download | midbro-7bd84e78376e5f5b87349d00766b024964bb84b3.tar.gz midbro-7bd84e78376e5f5b87349d00766b024964bb84b3.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(); |