Simple SFML GUI  0.2a
LangIncEnable.hpp
1 #ifndef LANGINCENABLE_HPP
2 #define LANGINCENABLE_HPP
3 
4 #define lang(S) Lang::setTmpPrefix(std::string(#S));
5 #define def Lang::setDefLangUniq();
6 #define alt Lang::setAltLangUniq();
7 #define db(A,B) Lang::setTranslation(L###A, L###B);
8 #define dbs(A,B) Lang::setTranslation(L###A, B);
9 
10 #endif // LANGINCENABLE_HPP