GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_grabbers.h
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2012 Cyril Hrubis <metan@ucw.cz>
4 */
5
6#ifndef GP_GRABBERS_GRABBERS_H
7#define GP_GRABBERS_GRABBERS_H
8
9#include <grabbers/gp_grabber.h>
10#include <grabbers/gp_v4l2.h>
11
12#endif /* GP_GRABBERS_GRABBERS_H */