1 #ifndef LANGINCENABLE_HPP 2 #define LANGINCENABLE_HPP 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); 10 #endif // LANGINCENABLE_HPP