Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gsk.h
Go to the documentation of this file.
1/* GSK - The GTK Scene Kit
2 * Copyright 2016 Endless
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#pragma once
19
20#define __GSK_H_INSIDE__
21
22#include <gsk/gskenums.h>
23#include <gsk/gskpath.h>
24#include <gsk/gskpathbuilder.h>
25#include <gsk/gskpathmeasure.h>
26#include <gsk/gskpathpoint.h>
27#include <gsk/gskrenderer.h>
28#include <gsk/gskrendernode.h>
29#include <gsk/gskroundedrect.h>
30#include <gsk/gskstroke.h>
31#include <gsk/gsktransform.h>
32#include <gsk/gskglshader.h>
33
37
38#include <gsk/gsktypes.h>
39#include <gsk/gskenumtypes.h>
40
41#undef __GSK_H_INSIDE__
42