]> git.stg.codes - stg.git/blobdiff - include/stg/corp_conf.h
Headers moved to subdir stg
[stg.git] / include / stg / corp_conf.h
diff --git a/include/stg/corp_conf.h b/include/stg/corp_conf.h
new file mode 100644 (file)
index 0000000..88a84f1
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef CORP_CONF_H
+#define CORP_CONF_H
+
+struct CORP_CONF
+{
+string  name;
+double  cash;
+};
+
+#endif //CORP_CONF_H