comparison: src/main.h
src/main.h
- changeset 135
- 8b9132fea327
- parent 133
- dbbdb870c835
- child 137
- 73d057b030d0
equal
deleted
inserted
replaced
34 #include <cstdint> |
34 #include <cstdint> |
35 #include "macros.h" |
35 #include "macros.h" |
36 #include "property.h" |
36 #include "property.h" |
37 #include "types.h" |
37 #include "types.h" |
38 #include "list.h" |
38 #include "list.h" |
39 #include "string.h" |
39 #include "stringClass.h" |
40 #include "format.h" |
40 #include "format.h" |
41 #include "botStuff.h" |
41 #include "botStuff.h" |
42 #include "tokens.h" |
42 #include "tokens.h" |
43 |
43 |
44 String makeObjectFileName (String s); |
44 String makeObjectFileName (String s); |