5 lines
133 B
C++
5 lines
133 B
C++
|
#include "SuperPellets.hpp"
|
||
|
|
||
|
SuperPellets::SuperPellets(const Board & board) :
|
||
|
positions(board.initialSuperPelletPositions()) {}
|