Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMacosSystemProber.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2023 Ivan Santa MarĂ­a <ghevan@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef KisMacosSystemProber_h
8#define KisMacosSystemProber_h
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
22bool iskritaRunningActivate(void);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* KisMacosSystemProber_h */
bool iskritaRunningActivate(void)