Add -E option to rgbds, allows exporting all labels by default

This commit is contained in:
Sanqui
2015-10-12 13:54:04 +02:00
parent 6438ae2591
commit 338c176b37
6 changed files with 41 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ struct sOptions {
SLONG fillchar;
bool verbose;
bool haltnop;
bool exportall;
//-1 == random
};