27#include "GraphicsApi.h"
28#include "RenderStates.h"
31#ifndef DOXYGEN_SHOULD_SKIP_THIS
78#ifndef DOXYGEN_SHOULD_SKIP_THIS
Abstract base class for objects that can be drawn to a render window.
Definition: Drawable.h:57
virtual ~Drawable()
Virtual desctructor.
virtual void draw(RenderTarget &target, const RenderStates &states)=0
Draw the object to a render target.
Base class for all render targets (window, texture, ...)
Definition: RenderTarget.h:102
The namespace for gf classes.
Define the states used for drawing to a RenderTarget.
Definition: RenderStates.h:82