Mercurial > minori
view include/gui/translate/config.h @ 153:bd439dd6ffc5
*: make win stuff actually work, rename bsd.cc to xnu.cc
It's been OS X only for ages, and these functions are different between
most BSDs anyway
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Wed, 15 Nov 2023 13:28:18 -0500 | 
| parents | 29e2840d9b7b | 
| children | 862d0d8619f6 | 
line wrap: on
 line source
#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
