diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 08:03:35 -0400 |
commit | 68791fff3f9dce335821b87f5404803e488de85d (patch) | |
tree | dafff013194bce9afa42134a02d83ab37f540b02 /menus.h | |
parent | 72b80d3dc84988f8a934395e07e174418a66457f (diff) |
rename Menu_Update_Display to Show_Main_Menu
Diffstat (limited to 'menus.h')
-rw-r--r-- | menus.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #include <glib.h> void Menu_Refresh(); -void Menu_Update_Display(void); +void Update_Main_Menu_If_Visible(void); +void Show_Main_Menu(void); void Menu_Clear_Buttons(void); void Menu_Check_Buttons(void); |