]> git.stg.codes - stg.git/blob - include/service_conf.h
6c958c41289e5357b9756189023c731632d7201a
[stg.git] / include / service_conf.h
1 #ifndef SERVICE_CONF_H
2 #define SERVICE_CONF_H
3
4 struct SERVICE_CONF
5 {
6 string  name;
7 string  comment;
8 double  cost;
9 int     payDay;
10 };
11
12 #endif //SERVICE_CONF_H
13