GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_aalib.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2013 Cyril Hrubis <metan@ucw.cz>
4 */
5
11#ifndef BACKENDS_GP_AALIB_H
12#define BACKENDS_GP_AALIB_H
13
14#include <backends/gp_backend.h>
15
23
24#endif /* BACKENDS_GP_AALIB_H */
gp_backend * gp_aalib_init(void)
Initalizes an AALib backend.
An abstraction for display, keyboard and mouse.
A backend.
Definition gp_backend.h:72