added variables (struct + setters)
This commit is contained in:
@@ -19,6 +19,7 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
${filename}_STATES state;
|
||||
${VARS_STRUCT}
|
||||
} ${filename};
|
||||
|
||||
/**
|
||||
@@ -46,4 +47,10 @@ bool ${filename}_processEvent(Event* ev);
|
||||
|
||||
${EVENTS_EMITS_DEC}
|
||||
|
||||
/***********
|
||||
* SETTERS *
|
||||
***********/
|
||||
|
||||
${VARS_SETTERS_DEC}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user