mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
13 lines
193 B
C++
13 lines
193 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
class QTranslator;
|
|
|
|
extern QTranslator *translator;
|
|
extern const QString translationPrefix;
|
|
extern QString translationPath;
|
|
|
|
void installNewTranslator();
|
|
|
|
#endif
|