18 |
18 |
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 #ifndef LDFORGE_MAIN_H |
23 #pragma once |
24 #define LDFORGE_MAIN_H |
|
25 |
|
26 #include <stdio.h> |
24 #include <stdio.h> |
27 #include <stdlib.h> |
25 #include <stdlib.h> |
28 #include <stdint.h> |
26 #include <stdint.h> |
29 #include <stdarg.h> |
27 #include <stdarg.h> |
30 #include <QString> |
28 #include <QString> |