1
0
Fork 0
android_external_alsa-utils/alsamixer/menu_widget.h
2025-06-24 22:48:58 -05:00

10 lines
238 B
C

#ifndef MENU_WIDGET_H_INCLUDED
#define MENU_WIDGET_H_INCLUDED
#include "widget.h"
#include <menu.h>
int menu_widget_handle_key(MENU *menu, int key);
void menu_widget_create(struct widget *widget, MENU *menu, const char *title);
#endif