Krita Source Code Documentation
Loading...
Searching...
No Matches
KoLut.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2010 Cyrille Berger <cberger@cberger.bet
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5*/
6
7// The file lut.h comes from https://bitbucket.org/cyrille/lut/src/default/, keep it as much untouched as possible for easier sync
8
9#ifndef _KO_LUT_H_
10#define _KO_LUT_H_
11
12#include <QtGlobal>
13
14#define _USE_QT_TYPES_
15
16namespace Ko {
17 #include "lut.h"
18}
19
20#endif
Definition KoLut.h:16