#include "IUpdate.hpp"
#include "BooleanArray.hpp"
Classes | |
class | DSOL::Sprites::AffineMatrix |
a class that holds data about rotating and scaling a sprite. More... | |
Namespaces | |
namespace | DSOL |
the master namespace of the library. every class, function and variable will be in this namespace. | |
namespace | DSOL::Sprites |
contains all the classes and functions dealing with Sprites. | |
Enumerations | |
enum | DSOL::Sprites::spriteAngle |
an enum for the most used angles in the format that libnds uses (32768 degrees). More... | |
enum | DSOL::Sprites::SpriteScale |
an enum for some of the most used scaling percentages. More... |
this file contains a class for managing affine matrix transformations (rotating, scaling ect) for sprites and some enums with some common angles and scales.