android-16.0
This commit is contained in:
commit
d2fc7afa59
300 changed files with 84772 additions and 0 deletions
10
alsamixer/mainloop.h
Normal file
10
alsamixer/mainloop.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef MAINLOOP_H_INCLUDED
|
||||
#define MAINLOOP_H_INCLUDED
|
||||
|
||||
#include CURSESINC
|
||||
|
||||
void initialize_curses(bool use_color, bool use_mouse);
|
||||
void mainloop(void);
|
||||
void app_shutdown(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue