void set_length(u_int16 l)
Sets the length of the drawable.
void set_height(u_int16 h)
Sets the height of the drawable.
virtual bool input_update()
Virtual input update function, provided for objects which doesn't need one.
drawable()
Default constructor.
Declares the drawable class.
virtual bool update()
Virtual update function, provided for objects which doesn't need one.
virtual ~drawable()
Destructor.