1 2 3 4 5 6
#ifndef POPUP_ITEMS_H #define POPUP_ITEMS_H item_t *itemtype_popup_alloc(menu_t *menu, va_list args); #endif