11 lines
133 B
C
11 lines
133 B
C
#include <stdio.h>
|
|
|
|
#include "input.h"
|
|
|
|
#include "state.h"
|
|
|
|
void update_state(state_t* state, input_t* input) {
|
|
puts("AHHHHHH");
|
|
}
|
|
|