XS Framework
A 3DS homebrew development framework.
 
Loading...
Searching...
No Matches
2d.hpp File Reference
#include <3ds.h>
#include <citro2d.h>
Include dependency graph for 2d.hpp:
This graph shows which files directly or indirectly include this file:

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.