uni

University stuff
git clone git://git.christosmarg.xyz/uni-assignments.git
Log | Files | Refs | README | LICENSE

Potter.cc (100B)


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