Loading...
Searching...
No Matches
Drawable.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Abstract base class for objects that can be drawn to a render target.
Definition Drawable.hpp:44
virtual void draw(RenderTarget &target, RenderStates states) const =0
Draw the object to a render target.
Base class for all render targets (window, texture, ...)
Definition RenderTarget.hpp:63
Definition AudioResource.hpp:36