diff options
Diffstat (limited to 'tools/gbagfx/util.h')
-rw-r--r-- | tools/gbagfx/util.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/gbagfx/util.h b/tools/gbagfx/util.h deleted file mode 100644 index cb26a31ef..000000000 --- a/tools/gbagfx/util.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2015 YamaArashi - -#ifndef UTIL_H -#define UTIL_H - -#include <stdbool.h> - -bool ParseNumber(char *s, char **end, int radix, int *intValue); -char *GetFileExtension(char *path); -unsigned char *ReadWholeFile(char *path, int *size); -void WriteWholeFile(char *path, void *buffer, int bufferSize); - -#endif // UTIL_H |