Differences From Artifact [10cb4305fe]:
- File cfwobject.h — part of check-in [2605e9af3f] at 2012-04-08 17:24:04 on branch trunk — Initial import. (user: js, size: 1766) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | typedef struct CFWObject { CFWClass *clsptr; int ref_cnt; } CFWObject; extern CFWClass *cfw_object; |