launcher/prog-constains.h
2026-03-07 01:00:04 +03:00

22 lines
456 B
C

#ifndef PROG_CONSTAINS_H
#define PROG_CONSTAINS_H
#include <QString>
#include <QDir>
#include <QCoreApplication>
extern const QString VERSION;
extern const QString __dirname;
extern const QString JAVA_INSTALL_PATH;
extern const QString TEMP_PATH;
extern const QString I2P_INSTALL_PATH;
extern const QString WIKI_URL;
extern const QString DEFAULT_I2PD_CONF;
extern const QString DEFAULT_TUNNELS_CONF;
void debugVariables();
#endif // PROG_CONSTAINS_H