summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/burst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sparkler/burst.h')
-rw-r--r--src/modules/sparkler/burst.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/modules/sparkler/burst.h b/src/modules/sparkler/burst.h
new file mode 100644
index 0000000..ea5095e
--- /dev/null
+++ b/src/modules/sparkler/burst.h
@@ -0,0 +1,9 @@
+#ifndef _BURST_H
+#define _BURST_H
+
+typedef enum burst_param_t {
+#define PARAMS_DECLARE_ENUM
+#include "burst_params.def"
+} burst_param_t;
+
+#endif
© All Rights Reserved