15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #pragma once |
19 #pragma once |
|
20 #include <cstdio> |
|
21 #include <cstdlib> |
20 #include <QFile> |
22 #include <QFile> |
21 #include <QMatrix4x4> |
23 #include <QMatrix4x4> |
22 #include <QMetaType> |
24 #include <QMetaType> |
23 #include <QObject> |
25 #include <QObject> |
24 #include <QSet> |
26 #include <QSet> |
25 #include <QString> |
27 #include <QString> |
26 #include <QStringList> |
28 #include <QStringList> |
|
29 #include <QTextFormat> |
|
30 #include <QVariant> |
27 #include <QVector> |
31 #include <QVector> |
28 #include <QVector3D> |
32 #include <QVector3D> |
29 #include "generics/functions.h" |
33 #include "generics/functions.h" |
30 |
34 |
31 #ifndef __GNUC__ |
35 #ifndef __GNUC__ |