Krita Source Code Documentation
Loading...
Searching...
No Matches
PykritaModule.h
Go to the documentation of this file.
1
/*
2
* This file is part of PyKrita, Krita' Python scripting plugin.
3
*
4
* SPDX-FileCopyrightText: 2013 Alex Turbov <i.zaufi@gmail.com>
5
* SPDX-FileCopyrightText: 2014-2016 Boudewijn Rempt <boud@valdyas.org>
6
* SPDX-FileCopyrightText: 2021 L. E. Segovia <amy@amyspark.me>
7
*
8
* SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only
9
*/
10
11
#ifndef __PYKRITA_MODULE_H__
12
#define __PYKRITA_MODULE_H__
13
14
#include <Python.h>
15
#include "
config.h
"
16
17
#if SIP_VERSION >= 0x0500000
18
#define PYKRITA_INIT PyInit_krita
19
#else
20
#define PYKRITA_INIT PyInit_pykrita
21
#endif
22
26
PyMODINIT_FUNC
PYKRITA_INIT
();
27
28
#endif
PYKRITA_INIT
#define PYKRITA_INIT
Definition
PykritaModule.h:20
config.h
plugins
extensions
pykrita
plugin
PykritaModule.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52