Pacman.cpp 140 bytes
#include "MazeContent/Entities/Pacman.h"
void Pacman::move(Room::Direction direction) {
    m_location->get_side(direction)->enter(this);