Potter.cc (101B)
1 #include "Potter.hpp" 2 3 Potter::Potter(int x, int y, int dir, char sym) 4 :Movable(x, y, dir, sym) 5 { 6 }