XS Framework
A 3DS homebrew development framework.
 
Loading...
Searching...
No Matches
xs-framework.hpp
Go to the documentation of this file.
1
8// --- Graphics includes ---
9#include "graphics/2d.hpp"
10#include "graphics/colors.hpp"
11#include "graphics/screen.hpp"
12#include "text.hpp"
13
14// --- Filesystem includes ---
15#include "fs.hpp"
16
17// --- HID includes ---
18#include "hid/controls.hpp"
19#include "hid/swkbd.hpp"
20
21// --- Core framework includes ---
22#include "errors.hpp"
23#include "service.hpp"
24#include "sys.hpp"
25namespace xs {}
Definition errors.hpp:7