#include <cmath>
#include <list>
#include <vector>
#include "bubble.h"
#include "bubble_generator.h"
#include "time_updateable.h"
#include "templates/callable_back.h"
Go to the source code of this file.
Classes | |
| class | BubbleField |
| "Glued-on" bubbles in the play field. More... | |
| class | BubbleField::Coordinates |
| Class that encapsulates coordinates used in BubbleField. More... | |
| class | BubbleField::isInvalidPosition |
| Functor that returns true if given position is outside BubbleField area. More... | |
| class | BubbleField::FallingBubblesStorage |
| Stores Bubbles that are going to be removed because they were not connected with rear wall. More... | |
Project: PGR 2008 Authors: Ondrej Lengal, xlenga00@stud.fit.vutbr.cz Libor Polcak, xpolca03@stud.fit.vutbr.cz Boris Prochazka, xproch63@stud.fit.vutbr.cz Petr Zemek, xzemek02@stud.fit.vutbr.cz
1.5.6