#include <3ds.h>#include <citro2d.h>Go to the source code of this file.
Namespaces | |
| namespace | xs |
| namespace | xs::graphics |
Functions | |
| void | xs::graphics::DrawSolidRect (float x, float y, float width, float height, float depth, u32 color) |
| Draw a solid rectangle. | |
| void | xs::graphics::DrawSolidLine (float x1, float y1, float x2, float y2, float thickness, float depth, u32 color) |
| Draw a Line. | |