comparison: src/file.h
src/file.h
- changeset 541
- 0e38beeb050a
- parent 540
- 0334789cb4d7
- child 550
- d97594e3fc54
equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #ifndef LDFORGE_FILE_H |
19 #ifndef LDFORGE_FILE_H |
20 #define LDFORGE_FILE_H |
20 #define LDFORGE_FILE_H |
21 |
21 |
22 #include "common.h" |
22 #include "main.h" |
23 #include "ldtypes.h" |
23 #include "ldtypes.h" |
24 #include "history.h" |
24 #include "history.h" |
25 #include <QObject> |
25 #include <QObject> |
26 |
26 |
27 #define curfile LDFile::current() |
27 #define curfile LDFile::current() |