GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_aalib.h
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2013 Cyril Hrubis <metan@ucw.cz>
4 */
5
6#ifndef BACKENDS_GP_AALIB_H
7#define BACKENDS_GP_AALIB_H
8
9#include <backends/gp_backend.h>
10
11/*
12 * Initalize AALib.
13 *
14 * TODO: add a way to pass aalib params
15 */
16gp_backend *gp_aalib_init(void);
17
18#endif /* BACKENDS_GP_AALIB_H */