#ifndef DRAW_HELP_H #define DRAW_HELP_H 1 #include "../state.h" int draw_help_screen(game_state *state, int ch); #endif