#ifndef GRAPHICSDECLARATIONS_H #define GRAPHICSDECLARATIONS_H #include class Texture; class Font; class Image; class BorderImage; class TextArea; class FrameBuffer; typedef std::weak_ptr TextureWeakPtr; typedef std::shared_ptr TexturePtr; typedef std::shared_ptr FontPtr; typedef std::shared_ptr ImagePtr; typedef std::shared_ptr BorderImagePtr; typedef std::shared_ptr