pmc/include/drawable.h
changeset 54 c064ce9f40f5
parent 45 7197576fedcf
equal deleted inserted replaced
53:6b3d7e3418c1 54:c064ce9f40f5
    14     algebra::Vector anker;
    14     algebra::Vector anker;
    15     Surface *surface;
    15     Surface *surface;
    16 
    16 
    17   public:
    17   public:
    18     virtual ~ Drawable () { };
    18     virtual ~ Drawable () { };
       
    19 
    19     virtual void move (algebra::Vector) = 0;
    20     virtual void move (algebra::Vector) = 0;
    20     virtual void show () = 0;
    21     virtual void show () = 0;
    21 };
    22 };
    22 #endif
    23 #endif