diff options
author | red031000 <rubenru09@aol.com> | 2020-07-13 13:54:04 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-13 14:30:16 +0100 |
commit | 7245b56b693f1cccc8e2809ca650af6790c5c1ce (patch) | |
tree | ed5ffe111dabb4b53b659265275d895c0079b281 /tools/nitrogfx/gfx.h | |
parent | 6ebca13d4c5a290e239364f90bf137c12f332a13 (diff) |
palette padding changes
Diffstat (limited to 'tools/nitrogfx/gfx.h')
-rw-r--r-- | tools/nitrogfx/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/gfx.h b/tools/nitrogfx/gfx.h index e5189100..f833ac2e 100644 --- a/tools/nitrogfx/gfx.h +++ b/tools/nitrogfx/gfx.h @@ -36,6 +36,6 @@ void FreeImage(struct Image *image); void ReadGbaPalette(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, int bitdepth); +void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr, bool ir, int bitdepth, bool pad, int compNum); #endif // GFX_H |