Home
last modified time | relevance | path

Searched refs:get_menu_entry_string (Results 1 – 6 of 6) sorted by relevance

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dmenu_list_options.h58 const char* get_menu_entry_string(Uint32 entry);
H A Dmenu_list_epiphany.h61 const char* get_menu_entry_string(Uint32 entry);
H A Dmenu_list.h54 virtual const char* get_menu_entry_string(Uint32 entry) = 0;
H A Dmenu_list_epiphany.cpp118 const char* Menu_List_Epiphany::get_menu_entry_string(Uint32 entry) in get_menu_entry_string() function in Menu_List_Epiphany
H A Dmenu_list_options.cpp125 const char* Menu_List_Options::get_menu_entry_string(Uint32 entry) in get_menu_entry_string() function in Menu_List_Options
H A Dmenu.cpp242 …(menu_left_point-50, menu_top_point+menu_vertical_distance*i, menu_list->get_menu_entry_string(i)); in render_menu_list()