summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nitrogfx/util.h')
-rw-r--r--tools/nitrogfx/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/util.h b/tools/nitrogfx/util.h
index a220ba81..f181b66e 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);
+void WriteGenericNtrHeader(FILE* fp, const char* magicNumber, uint32_t size, bool byteorder);
#endif // UTIL_H