context normal state and camera input
This commit is contained in:
parent
7e065745d2
commit
737ba58860
3 changed files with 38 additions and 42 deletions
|
|
@ -23,10 +23,9 @@
|
|||
|
||||
#include "kubo_state_data.h"
|
||||
|
||||
void kubo_state_normal_entered(void *context_data);
|
||||
|
||||
static const struct kubo_state_data kubo_state_normal_data = {
|
||||
.state_entered = kubo_state_normal_entered,
|
||||
.state_entered = NULL,
|
||||
.state_key = NULL
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue