GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
loaders
gp_types.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2021 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef LOADERS_GP_TYPES_H
7
#define LOADERS_GP_TYPES_H
8
9
typedef
struct
gp_container gp_container;
10
typedef
struct
gp_container_ops gp_container_ops;
11
typedef
struct
gp_io gp_io;
12
13
#endif
/* LOADERS_GP_TYPES_H */
Generated by
1.9.8