X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=bs%2Fplanet.h;h=5e2b13a40f6e6fc53a3427fa0d55b73ef188b643;hb=595e711e719a6e6b675b1f40e3e141cd9b770fd9;hp=ccb2ee40f4b5bb7a18ff3ac38bd5699be8680a0b;hpb=33b6dc7ca95a05c26a78879413395c1588066b77;p=hbs.git 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;