X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fplanet.cpp;h=81d7daa4f09e66438844be23bc52d6b3f5e65200;hp=c72fb4e61c39e5b9450cac19f3c97a82ac2b723f;hb=c2dd8856c3d97667953a0b73403b5e5cade5ce9b;hpb=6a5c3106cf6dc30d4624df99473e18df2b1d50ed diff --git a/bs/planet.cpp b/bs/planet.cpp index c72fb4e..81d7daa 100644 --- a/bs/planet.cpp +++ b/bs/planet.cpp @@ -78,4 +78,9 @@ void Planet::setRoids(std::string type, int number) m_Roids[type][0] = number; } +////////////////////////////////////////////////////////////////////////// +// +void runBattle(std::vector friendly, std::vector hostile) +{ +}