Sync -num_tiles flags

This commit is contained in:
GriffinR
2022-10-08 20:15:22 -04:00
parent b41b3614ad
commit edc478c1c4
4 changed files with 43 additions and 8 deletions
+2
View File
@@ -4,6 +4,7 @@
#define OPTIONS_H
#include <stdbool.h>
#include "gfx.h"
struct GbaToPngOptions {
char *paletteFilePath;
@@ -18,6 +19,7 @@ struct GbaToPngOptions {
struct PngToGbaOptions {
int numTiles;
enum NumTilesMode numTilesMode;
int bitDepth;
int metatileWidth;
int metatileHeight;