TurtleBrains  0.3.5
High quality, portable, C++ framework for rapid 2D game development.
Deprecated List
Member TurtleBrains::Graphics::Graphic::GetRotation (void) const
use GetAngle() instead.
Member TurtleBrains::Graphics::GraphicList::AddGraphic (Graphic *graphic)
use AddGraphic(std::unique_ptr<Graphic>) instead, this will handle exceptional cases slightly better and is more 'modern' C++.