mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
rgbasm: -v option (verbose)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user