ANESE/thirdparty/SDL_inprint
Daniel Prilik e99b7d13c3 added a SDL filepicking UI
tinyfiledialogs was a good band-aid, but it was always kind-of a
janky solution. Mind-you, this file-browser I threw together ain't
the nicest either, but at least it's within the main SDL window.

Now that the menu is in place, it's possible to switch between
games without restarting! Also, opening the file-picker pauses
ANESE, so that's good to finally have.

Thanks a bunch to cute_headers for a neat little cross-platform
directory traversal library, and also SDL_inprint for a quick-and-
dirty embedded font for use in the menu. Not having to bring-in
SDL_ttf is a huge load off my shoulders.

Oh, and i've noticed that `gui.cc` has started to get bloated, so
now I need to get around to cleaning it up weeeeee.
2018-06-11 18:36:48 -07:00
..
inline_font.h added a SDL filepicking UI 2018-06-11 18:36:48 -07:00
inprint2.c added a SDL filepicking UI 2018-06-11 18:36:48 -07:00
SDL2_inprint.h added a SDL filepicking UI 2018-06-11 18:36:48 -07:00