context normal state and camera input
This commit is contained in:
parent
7e065745d2
commit
737ba58860
3 changed files with 38 additions and 42 deletions
|
|
@ -17,10 +17,3 @@
|
|||
*/
|
||||
|
||||
#include "kubo_state_normal.h"
|
||||
#include "../kubo_context.h"
|
||||
|
||||
void kubo_state_normal_entered(void *context_data) {
|
||||
struct kubo_context *context = (struct kubo_context *)context_data;
|
||||
(void)context;
|
||||
printf("hello from state normal\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue