X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=seascene.h;h=bb97911bab251e102632447c0fe65c4fb043cf02;hb=3a02338078c3a0bdc20e3a9a60869ce09e06184f;hp=9abc977d358f760712451cd000be08a0e322f130;hpb=6caa3c8220a274cfc6a0d4afa9e3ae212a413a80;p=ghostsoverboard diff --git a/seascene.h b/seascene.h index 9abc977..bb97911 100644 --- a/seascene.h +++ b/seascene.h @@ -13,6 +13,12 @@ signals: public slots: + /*! Places all needed items for a level to (re)start. + Relies on the scene size to be explicitly set to a a value that will persist troughout play. + @param ghosts the number of ghosts to be placed on the map + @param rocks the number of rocks to be placed on the map + @param octopuses number of octopuses to be placed on the map + */ void setupMap(int ghosts, int rocks, int octopuses); void spreadGhosts(int ghosts);