source:
trunk/core/gui_fselect.h
@
515
| Revision 515, 392 bytes checked in by reyalp, 5 years ago (diff) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [243] | 1 | #ifndef GUI_FSELECT_H |
| 2 | #define GUI_FSELECT_H | |
| 3 | ||
| 4 | //------------------------------------------------------------------- | |
| 5 | extern void gui_fselect_init(int title, const char* dir, void (*on_select)(const char *fn)); | |
| 6 | extern char* gui_fselect_result(); | |
| 7 | extern void gui_fselect_kbd_process(); | |
| 8 | extern void gui_fselect_draw(); | |
| 9 | ||
| 10 | //------------------------------------------------------------------- | |
| 11 | #endif |
Note: See TracBrowser
for help on using the repository browser.