Drawable

Drawable is the base class for objects which can be drawn.

interface Drawable {}

Members

Functions

draw
void draw(ref const Window)

Draw method which is called from the Window's draw method

Meta

Authors

Randy Schuett (rswhite4@googlemail.com)