|
a/src/main.hxx |
|
b/src/main.hxx |
|
... |
|
... |
20 |
#include <string>
|
20 |
#include <string>
|
21 |
#include <unordered_set>
|
21 |
#include <unordered_set>
|
22 |
|
22 |
|
23 |
extern std::string g_configfilename;
|
23 |
extern std::string g_configfilename;
|
24 |
extern std::string g_datadir;
|
24 |
extern std::string g_datadir;
|
|
|
25 |
extern std::string g_cachedir;
|
25 |
extern bool g_enableL16;
|
26 |
extern bool g_enableL16;
|
26 |
extern bool g_lumincompat;
|
27 |
extern bool g_lumincompat;
|
27 |
class ConfSimple;
|
28 |
class ConfSimple;
|
28 |
extern ConfSimple *g_config;
|
29 |
extern ConfSimple *g_config;
|
29 |
|
30 |
|