diff include/gui/translate/config.h @ 91:29e2840d9b7b

*: oops
author Paper <mrpapersonic@gmail.com>
date Tue, 31 Oct 2023 23:56:10 -0400
parents
children 862d0d8619f6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/gui/translate/config.h	Tue Oct 31 23:56:10 2023 -0400
@@ -0,0 +1,12 @@
+#ifndef __gui__translate__config_h
+#define __gui__translate__config_h
+#include "core/config.h"
+
+namespace Translate {
+
+Themes ToTheme(const std::string& theme);
+std::string ToString(const Themes& theme);
+
+}
+
+#endif // __gui__translate__config_h
\ No newline at end of file