Differences From Artifact [3af61b6ce2]:
- File cfwobject.h — part of check-in [db15fc9166] at 2012-04-08 17:32:57 on branch trunk — cfw_new() takes parameters now. (user: js, size: 1771) [annotate] [blame] [check-ins using]
- File src/cfwobject.h — part of check-in [839e11b5aa] at 2012-04-08 17:50:33 on branch trunk — Add a buildsys. (user: js, size: 1771) [annotate] [blame] [check-ins using]
To Artifact [b76c332b63]:
- File src/cfwobject.h — part of check-in [1fd9e16f18] at 2012-04-08 19:06:46 on branch trunk — clsptr -> cls. (user: js, size: 1768) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | #ifndef __CFWOBJECT_H__ #define __CFWOBJECT_H__ #include "cfwclass.h" typedef struct CFWObject { |
︙ |