summaryrefslogtreecommitdiff
path: root/tools/gbagfx/font.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-11-01 07:59:44 -0700
committerYamaArashi <shadow962@live.com>2016-11-01 07:59:44 -0700
commit74834c0ca0979886b3d63d6454b75de9cbb7f409 (patch)
tree5c9425241aa0a134831c2fb2f4adb3a29b9629f3 /tools/gbagfx/font.h
parent343389467108cd99fb315131881b5f3f19261383 (diff)
remove old tools
Diffstat (limited to 'tools/gbagfx/font.h')
-rw-r--r--tools/gbagfx/font.h16
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