29#ifndef NOMLIB_GRAPHICS_TRANSFORMABLE_HPP
30#define NOMLIB_GRAPHICS_TRANSFORMABLE_HPP
32#include "nomlib/config.hpp"
33#include "nomlib/math/Size2.hpp"
34#include "nomlib/graphics/IDrawable.hpp"
43 typedef Transformable self_type;
45 Transformable(
void );
46 virtual ~Transformable(
void );
48 Transformable(
const Point2i& pos,
const Size2i&
size );
63 const Size2i&
size(
void )
const;
IDrawable(void)
Do nothing at all default constructor.
Run-time type information (RTTI) container class.