File List
Here is a list of all documented files with brief descriptions:
| include/AffineMatrix.hpp | Class and some enums for managing affine matrix transformations |
| 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/IUpdate.hpp | This file contains a interfase class with a single pure virtual function update() |
| include/Keys.hpp | Bitfield for all the keys and a (singleton) class to store all the states |
| 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 and some functions about memory usage |
| 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 |
| include/TouchScreen.hpp | Singleton class dealing with touchscreen input |