diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-14 08:31:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 08:31:45 +0300 |
commit | e62dcb7dc070fab232b124510938473cc35a2e78 (patch) | |
tree | e559d4ac0279f78b740b443a8c3936138dbfd226 /tools/nitrogfx/gfx.h | |
parent | 6ebca13d4c5a290e239364f90bf137c12f332a13 (diff) | |
parent | d2ff9e5df70f2c6be6a0c822ba2e689f82911911 (diff) |
Merge pull request #233 from red031000/master
palette padding changes + OS_timer
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 |