pacman/lib/SuperPellets.cpp

5 lines
133 B
C++
Raw Normal View History

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