/** * Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved. * See the file LICENSE for more details. */ #ifndef MAIN_MENU_H #define MAIN_MENU_H #include "game_state.h" extern void initMMState(gs_t *); #endif