#include "Food.h" class GreenFood : public Food{ int height; public: GreenFood(int x, int y, int height) : height(height), Food(){} };