source: trunk/core/gui_fselect.h @ 515

Revision 515, 392 bytes checked in by reyalp, 5 years ago (diff)

set svn:eol-style and fix files that had mixed line endings. See http://chdk.setepontos.com/index.php/topic,2145.15.html

  • Property svn:eol-style set to native
RevLine 
[243]1#ifndef GUI_FSELECT_H
2#define GUI_FSELECT_H
3
4//-------------------------------------------------------------------
5extern void gui_fselect_init(int title, const char* dir, void (*on_select)(const char *fn));
6extern char* gui_fselect_result();
7extern void gui_fselect_kbd_process();
8extern void gui_fselect_draw();
9
10//-------------------------------------------------------------------
11#endif
Note: See TracBrowser for help on using the repository browser.