[v0.95] Add --raw option

This commit is contained in:
Dr-Noob
2021-03-15 21:49:47 +01:00
parent a8d8ac2e91
commit db32cccd91
6 changed files with 98 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ enum {
bool parse_args(int argc, char* argv[]);
bool show_help();
bool show_raw();
bool show_debug();
bool show_version();
bool verbose_enabled();