GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
loaders
gp_loaders.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2010 Jiri "BlueBear" Dluhos
4
* <jiri.bluebear.dluhos@gmail.com>
5
*
6
* Copyright (C) 2009-2014 Cyril Hrubis <metan@ucw.cz>
7
*/
8
9
/*
10
11
Core include file for loaders API.
12
13
*/
14
15
#ifndef LOADERS_GP_LOADERS_H
16
#define LOADERS_GP_LOADERS_H
17
18
#include <
core/gp_types.h
>
19
#include <
core/gp_progress_callback.h
>
20
21
#include <loaders/gp_loaders.gen.h>
22
23
#include <loaders/gp_data_storage.h>
24
#include <loaders/gp_exif.h>
25
26
#include <loaders/gp_loader.h>
27
28
#include <loaders/gp_container.h>
29
#include <loaders/gp_zip.h>
30
31
#include <loaders/gp_io_zlib.h>
32
33
#endif
/* LOADERS_GP_LOADERS_H */
gp_types.h
A common types.
gp_progress_callback.h
A progress callback.
Generated by
1.9.8