|
Turbo Engine 0.3
A C++ game engine using Allegro 5
|
Represent somthing that can be drawn. More...
#include <Drawable.hpp>
Public Member Functions | |
| virtual void | draw () const =0 |
| Draw the drawable -_-. | |
Represent somthing that can be drawn.
|
pure virtual |
Draw the drawable -_-.
Implemented in turbo::CircleShape, turbo::RectangleShape, turbo::Sprite, and turbo::Text.