rgbasm: -v option (verbose)

This commit is contained in:
yenatch
2013-11-27 02:43:10 -05:00
parent de269987f7
commit bc99ee2210
3 changed files with 33 additions and 16 deletions

View File

@@ -1,10 +1,13 @@
#ifndef ASMOTOR_MAIN_H
#define ASMOTOR_MAIN_H
#include <stdbool.h>
struct sOptions {
char gbgfx[4];
char binary[2];
SLONG fillchar;
bool verbose;
//-1 == random
};