Menustuff added/modified!

This commit is contained in:
robijn
2002-05-26 19:21:23 +00:00
parent dc4c049721
commit 3168d4cafc
27 changed files with 2304 additions and 584 deletions
+13 -2
View File
@@ -15,9 +15,20 @@
#define MENUSCREENS_H
#include "menu.h"
#include "screen.h"
MenuEventFuncResult menuscreen_key_handler ();
/* This handler should be called by the real handler for the event */
extern Screen * menuscreen;
int init_menu();
bool is_menu_key (char * key);
/* This function indicates to the input part whether this key was the
* reserved menu key.
*/
void menuscreen_key_handler (char *key);
/* This handler handles the keypresses for the menu.
*/
#endif