pacman/lib/SuperPellets.cpp

5 lines
131 B
C++
Raw Normal View History

#include "SuperPellets.hpp"
SuperPellets::SuperPellets(const Board & board)
: positions(board.initialSuperPelletPositions()) {}