summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/xplode.h
blob: d0bac5866575f54f33a45fa20cfeb0b30dfb6350 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _XPLODE_H
#define _XPLODE_H

typedef enum xplode_param_t {
#define PARAMS_DECLARE_ENUM
#include "xplode_params.def"
} xplode_param_t;

#endif
© All Rights Reserved