Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
template-screen.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Pixel based screen template sizes.
4 *
5 * Authors:
6 * Martin Owens <doctormo@geek-2.com>
7 *
8 * Copyright (C) 2021 Authors
9 *
10 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
11 */
12
13#ifndef EXTENSION_INTERNAL_TEMPLATE_SCREEN_H
14#define EXTENSION_INTERNAL_TEMPLATE_SCREEN_H
15
17
19
21{
22public:
23 static void init();
24};
25
26} // namespace Inkscape::Extension::Internal
27
28#endif /* EXTENSION_INTERNAL_TEMPLATE_SCREEN_H */