aboutsummaryrefslogtreecommitdiff
path: root/win32/winfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/winfont.h')
-rw-r--r--win32/winfont.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/winfont.h b/win32/winfont.h
new file mode 100644
index 0000000..204b7fb
--- /dev/null
+++ b/win32/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