#ifndef CORP_CONF_H #define CORP_CONF_H struct CORP_CONF { string name; double cash; }; #endif //CORP_CONF_H