X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3e32eb8e48a56bca543faa522909d3d83538c55d..9701b7ab4dc4cd709ad4dcaa750fc0021f15e231:/include/service_conf.h?ds=sidebyside diff --git a/include/service_conf.h b/include/service_conf.h deleted file mode 100644 index 6c958c41..00000000 --- a/include/service_conf.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SERVICE_CONF_H -#define SERVICE_CONF_H - -struct SERVICE_CONF -{ -string name; -string comment; -double cost; -int payDay; -}; - -#endif //SERVICE_CONF_H -