diff options
Diffstat (limited to 'linden/indra/newview/llviewermenu.h')
-rw-r--r-- | linden/indra/newview/llviewermenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h index 26c65fb..560edc8 100644 --- a/linden/indra/newview/llviewermenu.h +++ b/linden/indra/newview/llviewermenu.h | |||
@@ -49,6 +49,8 @@ void init_menus(); | |||
49 | void cleanup_menus(); | 49 | void cleanup_menus(); |
50 | 50 | ||
51 | void show_debug_menus(); // checks for if menus should be shown first. | 51 | void show_debug_menus(); // checks for if menus should be shown first. |
52 | // builds either current or legacy pie menus depending upon LegacyPieEnabled | ||
53 | void build_pie_menus(); | ||
52 | void show_context_menu( S32 x, S32 y, MASK mask ); | 54 | void show_context_menu( S32 x, S32 y, MASK mask ); |
53 | void show_build_mode_context_menu(S32 x, S32 y, MASK mask); | 55 | void show_build_mode_context_menu(S32 x, S32 y, MASK mask); |
54 | BOOL enable_save_into_inventory(void*); | 56 | BOOL enable_save_into_inventory(void*); |