summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/gfx.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-07-12 18:36:54 +0100
committerred031000 <rubenru09@aol.com>2020-07-12 18:36:54 +0100
commita604bc3b573e2f23bb0eb40e0fc8946b857d6c98 (patch)
treed96c88f0831353b695ee21e492896d5f618ca819 /tools/nitrogfx/gfx.h
parent5f114f5c8413da73f21c9adbfd0165921314e275 (diff)
fix palette issues, demo/title/titledemo narc fully converted
Diffstat (limited to 'tools/nitrogfx/gfx.h')
-rw-r--r--tools/nitrogfx/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nitrogfx/gfx.h b/tools/nitrogfx/gfx.h
index 54e6fb16..e5189100 100644
--- a/tools/nitrogfx/gfx.h
+++ b/tools/nitrogfx/gfx.h
@@ -34,8 +34,8 @@ void WriteImage(char *path, int numTiles, int bitDepth, int metatileWidth, int m
void WriteNtrImage(char *path, int numTiles, int bitDepth, int metatileWidth, int metatileHeight, struct Image *image, bool invertColors, bool clobberSize, bool byteOrder, bool version101, bool sopc);
void FreeImage(struct Image *image);
void ReadGbaPalette(char *path, struct Palette *palette);
-void ReadNtrPalette(char *path, struct Palette *palette);
+void ReadNtrPalette(char *path, struct Palette *palette, int bitdepth);
void WriteGbaPalette(char *path, struct Palette *palette);
-void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr, bool ir);
+void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr, bool ir, int bitdepth);
#endif // GFX_H