]> ruin.nu Git - hbs.git/blobdiff - bs/planet.h
some changes
[hbs.git] / bs / planet.h
index ccb2ee40f4b5bb7a18ff3ac38bd5699be8680a0b..5e2b13a40f6e6fc53a3427fa0d55b73ef188b643 100644 (file)
@@ -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;