]> git.stg.codes - stg.git/blob - include/stg/corp_conf.h
Headers moved to subdir stg
[stg.git] / include / stg / corp_conf.h
1 #ifndef CORP_CONF_H
2 #define CORP_CONF_H
3
4 struct CORP_CONF
5 {
6 string  name;
7 double  cash;
8 };
9
10 #endif //CORP_CONF_H