summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/gfx.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-07 17:34:32 +0100
committerred031000 <rubenru09@aol.com>2020-06-07 17:34:32 +0100
commit6bd0b1970c1b096d9791c8ea1515e0f722fd99a8 (patch)
tree18e5314e06df51062da58bce7f8f6a0486179fed /tools/nitrogfx/gfx.h
parent1c7bd60010bb429bd6cbcfad889bef9e7058cb89 (diff)
bit of cleanup
Diffstat (limited to 'tools/nitrogfx/gfx.h')
-rw-r--r--tools/nitrogfx/gfx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/nitrogfx/gfx.h b/tools/nitrogfx/gfx.h
index 06adca79..fc57380e 100644
--- a/tools/nitrogfx/gfx.h
+++ b/tools/nitrogfx/gfx.h
@@ -34,7 +34,6 @@ void FreeImage(struct Image *image);
void ReadGbaPalette(char *path, struct Palette *palette);
void ReadNtrPalette(char *path, struct Palette *palette);
void WriteGbaPalette(char *path, struct Palette *palette);
-void WriteNtrNCLRPalette(char *path, struct Palette *palette);
-void WriteNtrNCPRPalette(char *path, struct Palette *palette);
+void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr);
#endif // GFX_H