diff options
author | YamaArashi <shadow962@live.com> | 2016-01-29 03:55:59 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-29 03:55:59 -0800 |
commit | aa5f55985df95a853c30aecd21cde8c4663810d5 (patch) | |
tree | d08ef1b960ac66c41dbf89ddd2628c7b91e98d48 /tools/gbagfx/util.h | |
parent | 3a5e05377e844f62911633e7ff8da7a3d37cd2b2 (diff) |
tilesets
Diffstat (limited to 'tools/gbagfx/util.h')
-rw-r--r-- | tools/gbagfx/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gbagfx/util.h b/tools/gbagfx/util.h index cb26a31ef..6d7a9c21e 100644 --- a/tools/gbagfx/util.h +++ b/tools/gbagfx/util.h @@ -8,6 +8,7 @@ bool ParseNumber(char *s, char **end, int radix, int *intValue); 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); #endif // UTIL_H |