izzi
SVG SUBSET C++ API
Loading...
Searching...
No Matches
a60-svg-linear.h
Go to the documentation of this file.
1// svg linear, linear chord, playing and sub forms -*- mode: C++ -*-
2
3// alpha60
4// bittorrent x scrape x data + analytics
5
6// Copyright (c) 2020, Benjamin De Kosnik <b.dekosnik@gmail.com>
7
8// This file is part of the alpha60 library. This library is free
9// software; you can redistribute it and/or modify it under the terms
10// of the GNU General Public License as published by the Free Software
11// Foundation; either version 3, or (at your option) any later
12// version.
13
14// This library is distributed in the hope that it will be useful, but
15// WITHOUT ANY WARRANTY; without even the implied warranty of
16// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17// General Public License for more details.
18
19#ifndef MiL_SVG_RENDER_LINEAR_H
20#define MiL_SVG_RENDER_LINEAR_H 1
21
22#include "a60-svg.h"
23
24
25namespace svg {
26
27} // namespace svg
28
29#endif