5#ifndef PACMAN_COINMODEL_H
6#define PACMAN_COINMODEL_H
19 explicit CoinModel(
float normalizedX,
float normalizedY);
CoinModel(float normalizedX, float normalizedY)
Constructs a Coin model. Coins can be picked up by Pacman.
Definition CoinModel.cpp:6
Events collect() override
To be called when Pacman interacts with this Coin. Will notify its observers.
Definition CoinModel.cpp:9
CollectibleEntityModel(float normalizedX, float normalizedY)
Subclass of EntityModel to be used by collectible entities.
Definition EntityModel.cpp:19
Definition Difficulty.h:6
Events
Definition Observer.h:14