#ifndef DRAW_H #define DRAW_H #include "../state.h" int draw(game_state *state, int ch); void draw_loop(game_state *state); #endif