File List
Here is a list of all documented files with brief descriptions:
include/AffineMatrix.hpp | Class and an enum for managing rotating and scaling data |
include/BooleanArray.hpp | Class for creating a static(with a fixed length) boolean array |
include/DSOL.hpp | Masterfile that includes everything |
include/initialise.hpp | Some general functions about initialising and updating the DS |
include/IUpdater.hpp | This file contains a interfase class with a single pure virtual function update() |
include/LiteVector.hpp | This file contains a 'lite' version of the std::Vector class |
include/MemoryFunctions.hpp | Some template wrappers to make malloc easier and better to work with |
include/Palette.hpp | This file contains a class for handling which sprite palettes are in use |
include/Random.hpp | This file has some functions for creating random values |
include/Sprite.hpp | This file contains a Sprite class for handling sprites on the DS |
include/standardDefines.hpp | Some commenly used values and defines |