Turbo Engine 0.3
A C++ game engine using Allegro 5
turbo::Drawable Class Referenceabstract

Represent somthing that can be drawn. More...

#include <Drawable.hpp>

Inheritance diagram for turbo::Drawable:

Public Member Functions

virtual void draw () const =0
 Draw the drawable -_-.

Detailed Description

Represent somthing that can be drawn.

Member Function Documentation

◆ draw()

virtual void turbo::Drawable::draw ( ) const
pure virtual

Draw the drawable -_-.

Implemented in turbo::CircleShape, turbo::RectangleShape, turbo::Sprite, and turbo::Text.


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