diff options
author | YamaArashi <shadow962@live.com> | 2016-11-01 07:59:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-01 07:59:44 -0700 |
commit | 74834c0ca0979886b3d63d6454b75de9cbb7f409 (patch) | |
tree | 5c9425241aa0a134831c2fb2f4adb3a29b9629f3 /tools/gbagfx/font.h | |
parent | 343389467108cd99fb315131881b5f3f19261383 (diff) |
remove old tools
Diffstat (limited to 'tools/gbagfx/font.h')
-rw-r--r-- | tools/gbagfx/font.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/gbagfx/font.h b/tools/gbagfx/font.h deleted file mode 100644 index 45086d02a..000000000 --- a/tools/gbagfx/font.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 2015 YamaArashi - -#ifndef FONT_H -#define FONT_H - -#include <stdbool.h> -#include "gfx.h" - -void ReadLatinFont(char *path, struct Image *image); -void WriteLatinFont(char *path, struct Image *image); -void ReadHalfwidthJapaneseFont(char *path, struct Image *image); -void WriteHalfwidthJapaneseFont(char *path, struct Image *image); -void ReadFullwidthJapaneseFont(char *path, struct Image *image); -void WriteFullwidthJapaneseFont(char *path, struct Image *image); - -#endif // FONT_H |