diff options
Diffstat (limited to 'src/dc.h')
-rw-r--r-- | src/dc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dc.h b/src/dc.h new file mode 100644 index 0000000..34ddf09 --- /dev/null +++ b/src/dc.h @@ -0,0 +1,8 @@ +#ifndef DC_H +#define DC_H + +#include "event.h" + +int is_flasher(event *ev); + +#endif |