Rune Engine  Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
rune::Drawable Class Referenceabstract

Interface class for creating something that can be drawn to the screen. More...

#include <drawable.h>

Inheritance diagram for rune::Drawable:

Public Member Functions

virtual void draw (rune::RenderWindow &)=0
 Draw the object to a render window.
 

Detailed Description

Interface class for creating something that can be drawn to the screen.

Author
Thomas Montano
Date
April 20 2020

The documentation for this class was generated from the following file: