src/Main.h

changeset 641
425b169a82aa
parent 639
851634b85893
child 642
751a8df42842
equal deleted inserted replaced
640:d4dda62c6600 641:425b169a82aa
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>
101 # endif // va_end 99 # endif // va_end
102 100
103 static const char* __func__ = ""; // Current function name 101 static const char* __func__ = ""; // Current function name
104 typedef void FILE; // :| 102 typedef void FILE; // :|
105 #endif // IN_IDE_PARSER 103 #endif // IN_IDE_PARSER
106
107 #endif // LDFORGE_MAIN_H

mercurial