REVIEW: GuiTextInputBox()

This commit is contained in:
raysan5
2019-08-10 13:12:40 +02:00
parent 2ecc35ba05
commit 7e971886b0
3 changed files with 23 additions and 6 deletions

View File

@ -115,7 +115,7 @@ typedef struct FileInfo {
static char **ReadDirectoryFiles(const char *dir, int *filesCount, char *filterExt);
// List View control for files info with extended parameters
static int GuiListViewFiles(Rectangle bounds, const char **text, int count, int *focus, int *scrollIndex, int active)
static int GuiListViewFiles(Rectangle bounds, const char **text, int count, int *focus, int *scrollIndex, int active);
//static int GuiListViewFiles(Rectangle bounds, FileInfo *files, int count, int *focus, int *scrollIndex, int active)
//----------------------------------------------------------------------------------