aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mcufontencoder/src/export_rlefont.hh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mcufontencoder/src/export_rlefont.hh')
-rw-r--r--tools/mcufontencoder/src/export_rlefont.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/mcufontencoder/src/export_rlefont.hh b/tools/mcufontencoder/src/export_rlefont.hh
new file mode 100644
index 00000000..c01c5644
--- /dev/null
+++ b/tools/mcufontencoder/src/export_rlefont.hh
@@ -0,0 +1,15 @@
+// Write out the encoded data in C source code files for the mf_rlefont format.
+
+#pragma once
+
+#include "datafile.hh"
+#include "encode_rlefont.hh"
+#include <iostream>
+
+namespace mcufont {
+namespace rlefont {
+
+void write_source(std::ostream &out, std::string name, const DataFile &datafile);
+
+} }
+