#ifndef PLAYER_H #define PLAYER_H #include #include "tech.h" class Player { public: Player (int r, int g, int b, int id) : r(r), g(g), b(b), id(id) { } void pay (std::vector cost) { for (int i=0; i gain) { for (int i=0; i res { 0, 0 }; std::vector techs; TechLookup tech_lookup; int researching { -1 }; int leveling_up { -1 }; int level { 0 }; int r, g, b; }; #endif