summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-23 21:34:14 +0100
committerGitHub <noreply@github.com>2021-05-23 21:34:14 +0100
commitc3a9cae755efd6c2efde269c0837d2524634d592 (patch)
tree4ec97468f3963829479447e5772b19b971087b0a /include/font.h
parentb934918219cb4871c726b4e9815f0b801210865b (diff)
parent8ffb7a0c637d74d2140fefc7e20e10288b43e286 (diff)
Merge branch 'master' into master
Diffstat (limited to 'include/font.h')
-rw-r--r--include/font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/font.h b/include/font.h
new file mode 100644
index 00000000..e5e64e88
--- /dev/null
+++ b/include/font.h
@@ -0,0 +1,6 @@
+#ifndef POKEDIAMOND_FONT_H
+#define POKEDIAMOND_FONT_H
+
+extern s32 GetFontAttribute(u8 fontId, s32 attr);
+
+#endif // POKEDIAMOND_FONT_H