Mercurial > minori
annotate include/gui/translate/config.h @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Sun, 12 May 2024 16:31:07 -0400 |
| parents | 657fda1b9cac |
| children | b1f625b0227c |
| rev | line source |
|---|---|
|
261
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
1 #ifndef MINORI_GUI_TRANSLATE_CONFIG_H_ |
|
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
2 #define MINORI_GUI_TRANSLATE_CONFIG_H_ |
|
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
258
diff
changeset
|
3 |
| 279 | 4 #include "gui/theme.h" |
| 91 | 5 |
| 6 namespace Translate { | |
| 7 | |
| 279 | 8 Theme::Theme ToTheme(const std::string& theme); |
| 9 std::string ToString(const Theme::Theme& theme); | |
| 10 std::string ToLocalString(const Theme::Theme& theme); | |
| 91 | 11 |
| 258 | 12 } // namespace Translate |
| 91 | 13 |
| 279 | 14 #endif // MINORI_GUI_TRANSLATE_CONFIG_H_ |
