GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_point.h
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2013 Cyril Hrubis <metan@ucw.cz>
4 */
5
6/*
7
8 Point filters, these works on individual pixels.
9
10 */
11
12#ifndef FILTERS_GP_POINT_H
13#define FILTERS_GP_POINT_H
14
15#include <filters/gp_point.gen.h>
16
17#endif /* FILTERS_GP_POINT_H */