Differences From Artifact [ad7e5260a5]:
- File src/corefw.h — part of check-in [63a650b235] at 2012-04-08 20:55:02 on branch trunk — Adjust include guards. (user: js, size: 143) [annotate] [blame] [check-ins using]
To Artifact [ca7fd1381b]:
- File src/corefw.h — part of check-in [cbf96fa23f] at 2012-09-29 22:12:36 on branch trunk — Update corefw.h. (user: js, size: 328) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + + - - + + + + + + + + + + | #ifndef __COREFW_COREFW_H__ #define __COREFW_COREFW_H__ #include "class.h" #include "object.h" #include "array.h" #include "bool.h" |