citro2d
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
include
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.h
Text rendering API.
spritesheet.h
Spritesheet (texture atlas) loading and management.
base.h
Basic citro2d initialization and drawing API.
sprite.h
Stateful sprite API.
font.h
Font loading and management.
Generated by
1.8.11