From 250a331df9dbd312d572aaf0d629503417cfc9d4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 11 Jul 2019 21:16:23 -0400 Subject: Track tools srcs --- tools/gbagfx/options.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tools/gbagfx/options.h (limited to 'tools/gbagfx/options.h') diff --git a/tools/gbagfx/options.h b/tools/gbagfx/options.h new file mode 100644 index 0000000..2ff3967 --- /dev/null +++ b/tools/gbagfx/options.h @@ -0,0 +1,24 @@ +// Copyright (c) 2018 huderlem + +#ifndef OPTIONS_H +#define OPTIONS_H + +#include + +struct GbaToPngOptions { + char *paletteFilePath; + int bitDepth; + bool hasTransparency; + int width; + int metatileWidth; + int metatileHeight; +}; + +struct PngToGbaOptions { + int numTiles; + int bitDepth; + int metatileWidth; + int metatileHeight; +}; + +#endif // OPTIONS_H -- cgit v1.2.3