#pragma once #include #include #include "Production.h" using namespace std; class Need { public: private: // Certain kinds of production which one of those careers need to matain their lives. vector, float>> base_pdts; // Certain kinds of production to improve their lives. vector, float>> improve_pdts; // Certain kinds of production to satisfy their lives. vector, float>> high_pdts; };