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