5 lines
113 B
C++
5 lines
113 B
C++
|
#include "Pellets.hpp"
|
||
|
|
||
|
Pellets::Pellets(const Board & board) :
|
||
|
positions(board.initialPelletPositions()) {}
|