immortalwrt/package/jsda/njitclient/src-gui/gtkgui/hello.h
2019-07-02 18:06:49 +08:00

11 lines
179 B
C
Executable File

#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