Differences From Artifact [0906279c82]:
- File src/corefw.h — part of check-in [23d36a4cfe] at 2012-04-08 19:12:05 on branch trunk — Add corefw.h. (user: js, size: 141) [annotate] [blame] [check-ins using]
To Artifact [d37cc9147e]:
- File src/corefw.h — part of check-in [e6664d7c7a] at 2012-04-08 20:53:03 on branch trunk — Remove cfw prefix from files. (user: js, size: 129) [annotate] [blame] [check-ins using]
1 2 3 | #ifndef __COREFW_H__ #define __COREFW_H__ | | | | | | 1 2 3 4 5 6 7 8 9 | #ifndef __COREFW_H__ #define __COREFW_H__ #include "class.h" #include "object.h" #include "string.h" #include "array.h" #endif |