GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
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>
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 */
A common types.
A progress callback.