Added state processing stage

This commit is contained in:
2026-04-27 12:11:41 +02:00
parent 1fd0a56064
commit 787bf50957
8 changed files with 57 additions and 44 deletions
+10
View File
@@ -0,0 +1,10 @@
#include <stdio.h>
#include "input.h"
#include "state.h"
void update_state(state_t* state, input_t* input) {
puts("AHHHHHH");
}