#include "Random.hpp"
#include "Keys.hpp"
#include "TouchScreen.hpp"
Namespaces | |
namespace | DSOL |
the master namespace of the library. every class, function and variable will be in this namespace. | |
Functions | |
void | DSOL::init2d () |
an init function for 2d mode. | |
void | DSOL::sleep (uint vblanks) |
a function to wait a certain amount of time. | |
void | DSOL::sleepForever () |
puts the DS into a powersaving endless loop. | |
void | DSOL::waitForVBlank () |
a vblank function that updates everything. |