Mercurial > MadButterfly
comparison examples/dynamic/main.c @ 227:a6e559fb76d7
Add dynamic loading function for sprite
author | wycc |
---|---|
date | Wed, 17 Dec 2008 08:10:51 +0800 |
parents | b24d7889cbda |
children | cc8dd16d8b6a |
comparison
equal
deleted
inserted
replaced
226:b24d7889cbda | 227:a6e559fb76d7 |
---|---|
25 co_aix rx,ry; | 25 co_aix rx,ry; |
26 }; | 26 }; |
27 | 27 |
28 | 28 |
29 typedef struct _mb_button { | 29 typedef struct _mb_button { |
30 mb_obj_t obj; | |
30 engine_t *en; | 31 engine_t *en; |
31 coord_t *root; | 32 coord_t *root; |
32 coord_t *active; | 33 coord_t *active; |
33 coord_t *normal; | 34 coord_t *normal; |
34 coord_t *click; | 35 coord_t *click; |