Abstract Factory: Creates arkanoid::Entity.
More...
#include <entity_factory.h>
Abstract Factory: Creates arkanoid::Entity.
Definition at line 18 of file entity_factory.h.
◆ createBall()
◆ createBlocks()
virtual vector<unique_ptr<arkanoid::Block> > EntityFactory::createBlocks |
( |
const string & |
file | ) |
|
|
pure virtual |
◆ createPlayer()
◆ createWalls()
virtual vector<unique_ptr<arkanoid::Wall> > EntityFactory::createWalls |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: