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