src/Rope.hh
changeset 248 e40ef56dc62c
parent 241 e95b1602d836
child 252 25054ce94d07
equal deleted inserted replaced
247:b87f68be579f 248:e40ef56dc62c
    72         void updateLength (float length);
    72         void updateLength (float length);
    73         
    73         
    74         /*
    74         /*
    75          * Just draws it
    75          * Just draws it
    76          */ 
    76          */ 
    77         virtual void draw (Graphics *c) const;
    77         virtual void draw (Graphics *c, Vector camera = Vector(0, 0)) const;
    78 };
    78 };
    79 
    79 
    80 #endif
    80 #endif