src/main.h

changeset 1320
bdb4804bc09c
parent 1319
39d7a9642eea
child 1323
05b3e173c900
equal deleted inserted replaced
1319:39d7a9642eea 1320:bdb4804bc09c
19 // ============================================================================= 19 // =============================================================================
20 // This file is included one way or another in every source file of LDForge. 20 // This file is included one way or another in every source file of LDForge.
21 // Stuff defined and included here is universally included. 21 // Stuff defined and included here is universally included.
22 22
23 #pragma once 23 #pragma once
24 #include <stdio.h>
25 #include <stdlib.h>
26 #include <stdint.h>
27 #include <stdarg.h>
28 #include <QSet>
29 #include <QString>
30 #include <QTextFormat>
31 #include <QVariant>
32 #include "basics.h" 24 #include "basics.h"
33 #include "version.h" 25 #include "version.h"
34 #include "format.h" 26 #include "format.h"
35 #include "types/library.h" 27 #include "types/library.h"
36 #include "configuration.h" 28 #include "configuration.h"

mercurial