summaryrefslogtreecommitdiff
path: root/tools/gbagfx/util.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-04-25 13:56:34 -0400
committerGitHub <noreply@github.com>2020-04-25 13:56:34 -0400
commit834b0dd8c6b127c311309396512322d04b1e4dc3 (patch)
tree87177ce6d1d6991840722c070ee28e54208978e2 /tools/gbagfx/util.h
parent1c7c4c021d386b175b9081060896f001f1c19422 (diff)
parent060e97303ae0f1b5845d5520961041d8d2591688 (diff)
Merge pull request #330 from Sierraffinity/master
gbagfx: Various fixes and improvements
Diffstat (limited to 'tools/gbagfx/util.h')
-rw-r--r--tools/gbagfx/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gbagfx/util.h b/tools/gbagfx/util.h
index 6d7a9c21e..7802f1d21 100644
--- a/tools/gbagfx/util.h
+++ b/tools/gbagfx/util.h
@@ -7,6 +7,7 @@
bool ParseNumber(char *s, char **end, int radix, int *intValue);
char *GetFileExtension(char *path);
+char *GetFileExtensionAfterDot(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);