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
133 B
C++
4 lines
133 B
C++
#include "SuperPellets.hpp"
|
|
|
|
SuperPellets::SuperPellets(const Board & board) :
|
|
positions(board.initialSuperPelletPositions()) {}
|