immortalwrt/package/ntlf9t/njitclient/src-gui/gtkgui/hello.h
2020-02-14 13:40:14 +08:00

11 lines
179 B
C

#ifndef HELLO_H
#define HELLO_H
extern const struct GlobalConfig {
const char *package_name;
const char *package_version;
const char *locale_dir;
} g_config;
#endif//HELLO_H