]> ruin.nu Git - hbs.git/blobdiff - bs/planet.cpp
adding, removing and chaning fleets now works.
[hbs.git] / bs / planet.cpp
index c72fb4e61c39e5b9450cac19f3c97a82ac2b723f..81d7daa4f09e66438844be23bc52d6b3f5e65200 100644 (file)
@@ -78,4 +78,9 @@ void Planet::setRoids(std::string type, int number)
        m_Roids[type][0] = number;
 }
 
+//////////////////////////////////////////////////////////////////////////
+//
+void runBattle(std::vector<Fleet*> friendly, std::vector<Fleet*> hostile)
+{
+}