|
Pacman Torben Petré
|
#include <WorldView.h>


Public Member Functions | |
| WorldView (const std::shared_ptr< logic::World > &world, const std::shared_ptr< logic::Score > &scoreSystem) | |
| WorldView renders and manages the Game UI. | |
| void | resized () |
| Resizes the Game and World UI. | |
| void | render () |
| Renders the Game and World UI. | |
| Public Member Functions inherited from logic::Observer | |
| virtual | ~Observer ()=default |
|
explicit |
| void WorldView::render | ( | ) |
Renders the Game and World UI.
| void WorldView::resized | ( | ) |
Resizes the Game and World UI.