This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/util/ini.h

9 lines
86 B
C
Raw Normal View History

2019-02-07 21:26:43 +00:00
#ifndef GLV_UTIL_INI_H
#define GLV_UTIL_INI_H
typedef struct {
2019-02-07 21:26:43 +00:00
} glv_ini_t;
2019-02-07 21:26:43 +00:00
#endif