pacman/lib/Pellets.cpp

5 lines
113 B
C++
Raw Normal View History

#include "Pellets.hpp"
Pellets::Pellets(const Board & board) :
positions(board.initialPelletPositions()) {}