aboutsummaryrefslogtreecommitdiff
path: root/common/winfont.h
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-09-24 19:24:17 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-09-24 19:24:17 +0900
commit1008ae28bfa7265a6c1990b4452e8ba23d5d8727 (patch)
tree10fda2515aabf41aa399ae084b21db909c641996 /common/winfont.h
parente16e86b42f626ca3ef64a6eff30aa442d7710642 (diff)
make code independent of -DUNICODE
Diffstat (limited to 'common/winfont.h')
-rw-r--r--common/winfont.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/winfont.h b/common/winfont.h
new file mode 100644
index 0000000..204b7fb
--- /dev/null
+++ b/common/winfont.h
@@ -0,0 +1,7 @@
+#ifndef MYON_WINFONT_H_INCLUDED
+#define MYON_WINFONT_H_INCLUDED
+#include "fmdsp/font.h"
+
+bool fmdsp_font_win(struct fmdsp_font *font);
+
+#endif // MYON_WINFONT_H_INCLUDED