164db664ef
* Remove non-pacman exercises. * Use vcpkg instead of conan ( make vcpkg a submodule) * Merge the readmem these will need to be improve later
4 lines
113 B
C++
4 lines
113 B
C++
#include "Pellets.hpp"
|
|
|
|
Pellets::Pellets(const Board & board) :
|
|
positions(board.initialPelletPositions()) {}
|