1 2 3 4 5 6 7 8 9
#include "state.h" #include "terminal.h" #include "render.h" void render(const struct s_state state) { terminal_send(TERMINAL_CLEAR_SCREEN); state_debug(state); }