#ifndef GAME_GAME_H #define GAME_GAME_H #include "../state.h" void game(game_state *state, int ch); #endif