ANESE/thirdparty/headeronly
Daniel Prilik cd756d0a2d fix some gcc warnings, and maybe even a ppu bug?
first commit in a _long_ time, and it's just because I installed a
fresh linux distro and wanted to see if ANESE compiles on it.
It does, but I noticed a couple of warnings and bugs, so these are
some quick fixes.

looks like I had an unintended fallthrough in my bgr_fetch routine.
not sure how mission-critical this is, but maybe it fixes stuff?

other than that, g++ helpfuly noted some other silly errors and
unused vars, so I cleaned those up too.

lastly, I removed some code that skipped the first directory
returned by cute_files in the menu component. Not _super_ sure why
that was there in the first place, but directory traversal now
works on some more linux distros (such as the one I am running)
2018-12-03 14:04:27 -05:00
..
cfgpath.h "fixed" config saving on Windows 2018-06-29 22:54:05 -07:00
clara.hpp replace heavyweight args with single-header clara 2018-06-19 18:58:48 -07:00
cute_files.h save / load scenes to/from disk 2018-07-25 10:31:26 -07:00
stb_image.h fix some gcc warnings, and maybe even a ppu bug? 2018-12-03 14:04:27 -05:00
stb_image_write.h save / load scenes to/from disk 2018-07-25 10:31:26 -07:00