REVISION
Definition in file UI_globals.c.
#include "../SYSTEM/sys_clock.h"
#include "../SYSTEM/sys_main.h"
#include "ui.h"
Include dependency graph for UI_globals.c:

Go to the source code of this file.
Functions | |
| STATE | UI_MSF_goup (st_MSG *msgIN) |
| Function serves as the special go-up menu handle, returns the menu by one level up. | |
| STATE | UI_MSF_stay (st_MSG *msgIN) |
| Function serves as the special stay menu handle, stays in current menu. | |
|
|
Function serves as the special go-up menu handle, returns the menu by one level up.
Definition at line 212 of file UI_globals.c. 00212 {return S_MENU;}
|
|
|
Function serves as the special stay menu handle, stays in current menu.
Definition at line 223 of file UI_globals.c. 00223 {return S_MENU_STAY;}
|
1.3.9.1