qpc/doxygen/snippets/qep_qfsm.c
Quantum Leaps 0e95d49224 5.1.0
2013-09-23 14:34:35 -04:00

8 lines
256 B
C

typedef struct QBombTag {
QFsm super; /* inherits QFsm */
uint8_t timeout; /* number of seconds till explosion */
uint8_t defuse; /* the secret defuse code */
uint8_t code; /* the current defuse code entry */
} QBomb;