Home
last modified time | relevance | path

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

/dports/games/augustus/augustus-3.1.0/src/window/
H A Doverlay_menu.c27 #define OVERLAY_BUTTONS 10 macro
55 static const int MENU_ID_TO_OVERLAY[OVERLAY_BUTTONS] = { OVERLAY_NONE, OVERLAY_WATER, 1, 3, 5, 6, 7…
56 static const int MENU_ID_TO_SUBMENU_ID[OVERLAY_BUTTONS] = { 0, 0, 1, 2, 3, 4, 5, 0, 0 };
59 static const int SUBMENU_ID_TO_OVERLAY[6][OVERLAY_BUTTONS] = {
102 for (int i = 0; i < OVERLAY_BUTTONS; i++) { in draw_foreground()
133 for (int i = 0; i < OVERLAY_BUTTONS && SUBMENU_ID_TO_OVERLAY[submenu_id][i] > 0; i++) { in count_submenu_items()
183 menu_buttons, OVERLAY_BUTTONS, &data.menu_focus_button_id); in handle_input()