Traal.hpp (173B)
1 #ifndef _TRAAL_HPP_ 2 #define _TRAAL_HPP_ 3 4 #include "Movable.hpp" 5 6 class Traal: public Movable { 7 public: 8 Traal(int x, int y, int dir, char sym); 9 }; 10 11 #endif /* _TRAAL_HPP_ */
uniUniversity stuff | |
git clone git://git.margiolis.net/uni.git | |
Log | Files | Refs | README | LICENSE |