]> git.stg.codes - stg.git/blobdiff - include/stg/service_conf.h
Headers moved to subdir stg
[stg.git] / include / stg / service_conf.h
diff --git a/include/stg/service_conf.h b/include/stg/service_conf.h
new file mode 100644 (file)
index 0000000..6c958c4
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef SERVICE_CONF_H
+#define SERVICE_CONF_H
+
+struct SERVICE_CONF
+{
+string  name;
+string  comment;
+double  cost;
+int     payDay;
+};
+
+#endif //SERVICE_CONF_H
+