




class Area
{
public:
  Bitmap<float> *heights;
  
};

class Planet
{
public:
  Bitmap<Area*> *bm;
};
