comparison 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
comparison
equal deleted inserted replaced
90:c4bb49c2f6eb 91:29e2840d9b7b
1 #ifndef __gui__translate__config_h
2 #define __gui__translate__config_h
3 #include "core/config.h"
4
5 namespace Translate {
6
7 Themes ToTheme(const std::string& theme);
8 std::string ToString(const Themes& theme);
9
10 }
11
12 #endif // __gui__translate__config_h