X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fplanet.h;h=5e2b13a40f6e6fc53a3427fa0d55b73ef188b643;hp=ccb2ee40f4b5bb7a18ff3ac38bd5699be8680a0b;hb=595e711e719a6e6b675b1f40e3e141cd9b770fd9;hpb=b6d8203669c6a6016458e72fd240527845449475 diff --git a/bs/planet.h b/bs/planet.h index ccb2ee4..5e2b13a 100644 --- a/bs/planet.h +++ b/bs/planet.h @@ -36,8 +36,11 @@ public: Planet(); virtual ~Planet(); - unsigned score(int tick = 0); - void setScore(unsigned i); + unsigned planetScore() const; + void setPlanetScore(unsigned i); + + int roids(std::string type, int tick = 0) const; + void setRoids(std::string type, int number); protected: unsigned m_iScore;