Main menu functional.

This commit is contained in:
2014-03-08 19:15:31 -04:30
parent 8551458965
commit 1f2560e7e3
6 changed files with 190 additions and 23 deletions

13
include/main_menu.h Normal file
View File

@@ -0,0 +1,13 @@
/**
* 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