citro2d
citro2d.h
Go to the documentation of this file.
1 /**
2  * @file citro2d.h
3  * @brief Central citro2d header. Includes all others.
4  */
5 #pragma once
6 
7 #ifdef CITRO2D_BUILD
8 #error "This header file is only for external users of citro2d."
9 #endif
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include <citro3d.h>
16 #include <tex3ds.h>
17 
18 #include "c2d/base.h"
19 #include "c2d/spritesheet.h"
20 #include "c2d/sprite.h"
21 #include "c2d/text.h"
22 #include "c2d/font.h"
23 
24 #ifdef __cplusplus
25 }
26 #endif
Text rendering API.
Spritesheet (texture atlas) loading and management.
Basic citro2d initialization and drawing API.
Stateful sprite API.
Font loading and management.