diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2016-11-01 10:56:23 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2016-11-01 10:56:23 -0500 |
commit | f09f9cef752c37e3cc0686573c1fdb29da842772 (patch) | |
tree | 22bee285750a6739643859eb6afd52be4ded87e1 /tools/gbagfx/util.h | |
parent | 442002dada4183c96b5ec09fcde8486aa5ba29b1 (diff) | |
parent | 4db33778ad3faa64d994f46358a28c22c393f7c6 (diff) |
Merge remote-tracking branch 'refs/remotes/pret/master'
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 |