summaryrefslogtreecommitdiff
path: root/platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform.hpp')
-rw-r--r--platform.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform.hpp b/platform.hpp
new file mode 100644
index 0000000..70da6ce
--- /dev/null
+++ b/platform.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace Platform {
+bool SetupFonts();
+}