25 #ifndef SFML_DRAWABLE_HPP    26 #define SFML_DRAWABLE_HPP    31 #include <SFML/Graphics/Export.hpp>    32 #include <SFML/Graphics/RenderStates.hpp>    75 #endif // SFML_DRAWABLE_HPP virtual ~Drawable()
Virtual destructor. 
Define the states used for drawing to a RenderTarget. 
Base class for all render targets (window, texture, ...) 
Abstract base class for objects that can be drawn to a render target.