diff options
author | red031000 <rubenru09@aol.com> | 2020-07-11 16:13:04 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-11 16:13:04 +0100 |
commit | d038e60ba5baee009a0b76466cf362ae7747d48f (patch) | |
tree | 6cd6fe67c1b9ace9fab35c20f2ea47da738c7381 /tools/nitrogfx/util.h | |
parent | 6d1ac864f23076399e99c00a4a875e5ce88af674 (diff) |
add sopc support to ncgr
Diffstat (limited to 'tools/nitrogfx/util.h')
-rw-r--r-- | tools/nitrogfx/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/util.h b/tools/nitrogfx/util.h index bb1cd4ad..b757aa4d 100644 --- a/tools/nitrogfx/util.h +++ b/tools/nitrogfx/util.h @@ -11,6 +11,6 @@ char *GetFileExtension(char *path); unsigned char *ReadWholeFile(char *path, int *size); unsigned char *ReadWholeFileZeroPadded(char *path, int *size, int padAmount); void WriteWholeFile(char *path, void *buffer, int bufferSize); -void WriteGenericNtrHeader(FILE* fp, const char* magicNumber, uint32_t size, bool byteorder, bool version101); +void WriteGenericNtrHeader(FILE* fp, const char* magicNumber, uint32_t size, bool byteorder, bool version101, uint16_t sectionCount); #endif // UTIL_H |