qpc/doxygen/snippets/qep_qfsm.c

8 lines
229 B
C
Raw Normal View History

2015-04-28 13:45:35 -04:00
typedef struct {
QFsm super; /* inherits QFsm */
2013-09-23 14:34:35 -04:00
2015-04-28 13:45:35 -04:00
uint8_t timeout; /* number of seconds till explosion */
uint8_t defuse; /* the secret defuse code */
uint8_t code; /* the current defuse code entry */
} Bomb;