GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
gfxprim.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2011 Jiri "BlueBear" Dluhos
4
* <jiri.bluebear.dluhos@gmail.com>
5
*
6
* Copyright (C) 2009-2012 Cyril Hrubis <metan@ucw.cz>
7
*/
8
9
#ifndef GFXPRIM_H
10
#define GFXPRIM_H
11
12
/* library core */
13
#include <
core/gp_core.h
>
14
15
/* utils */
16
#include <
utils/gp_utils.h
>
17
18
/* public drawing API */
19
#include <gfx/gp_gfx.h>
20
21
/* fonts and text drawing */
22
#include <
text/gp_text.h
>
23
24
/* backends */
25
#include <backends/gp_backends.h>
26
27
/* input and events */
28
#include "input/gp_input.h"
29
30
/* bitmap loaders */
31
#include "loaders/gp_loaders.h"
32
33
/* bitmap filters */
34
#include "filters/gp_filters.h"
35
36
/* grabbers */
37
#include "grabbers/gp_grabbers.h"
38
39
#include "widgets/gp_widgets.h"
40
41
#endif
/* GFXPRIM_H */
gp_core.h
Includes all core headers.
gp_text.h
A text drawing functions.
gp_utils.h
Includes all util headers.
Generated by
1.9.8