3 Commits

Author SHA1 Message Date
Alberth
230726ae6b Check file handle of output file as well. 2025-05-26 21:34:04 +02:00
Stephen E. Baker
de7f8bb6d9 Include what you use
Applied IWYU recommendations (mostly).

I deviated on libraries, it always wanted me to include the inner headers
for SDL, ffmpeg, etc. but the definitions were normally expected to be
exported by a top level header. wxWidgets was particularly problematic
since it wanted me to use the gtk specific includes instead of the
generic ones.

I do not intend to add include-what-you-use to the CI/CD pipelines at
this time but some pragmas were added to the code to make it report
somewhat cleaner.
2025-05-07 20:10:00 -04:00
Alberth289346
073ec51da9 Add cli function for decoding RNC files. (#2191)
Co-authored-by: Alberth289346 <alberth289346@gmail.com>
Co-authored-by: Stephen E. Baker <baker.stephen.e@gmail.com>
2022-07-03 16:40:15 -04:00