Updated tinyfiledialogs lib

This commit is contained in:
Ray
2017-01-15 23:19:19 +01:00
parent b2cb2d82a8
commit 4231c4bddd
3 changed files with 306 additions and 254 deletions

View File

@ -4,9 +4,9 @@
*
* DEPENDENCIES:
*
* raylib 1.6 - This program uses latest raylib audio module functionality.
* raylib 1.7 - This program uses latest raylib audio module functionality.
* raygui 1.0 - Simple IMGUI library (based on raylib)
* tinyfiledialogs 2.5.8 - Open/save file dialogs, it requires linkage with comdlg32 and ole32 libs.
* tinyfiledialogs 2.7.2 - Open/save file dialogs, it requires linkage with comdlg32 and ole32 libs.
*
* VERSIONS HISTORY:
*
@ -18,6 +18,12 @@
* 0.6 (30-Aug-2016) Interface redesigned (reduced size) and new features added (wave drawing)
* 0.5 (27-Aug-2016) Completed port and adaptation from sfxr (only sound generation and playing)
*
* COMPILATION (MinGW 5.3):
*
* gcc -o rfxgen.exe rfxen.c external/tinyfiledialogs.c -s -lraylib -lglfw3 -lopengl32 -lgdi32 /
* -lopenal32 -lwinmm -lcomdlg32 -lole32 -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition
*
*
* LICENSE: zlib/libpng
*
* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
@ -44,7 +50,7 @@
//#define RAYGUI_STYLE_DEFAULT_DARK
#define RAYGUI_NO_STYLE_SAVE_LOAD // Avoid compiling style load/save code
#define RAYGUI_IMPLEMENTATION
#include "raygui.h"
#include "../../raygui.h"
#include "external/tinyfiledialogs.h" // Required for native open/save file dialogs