00001 #ifndef __tank1_H_ 00002 #define __tank1_H_ 00003 00004 typedef struct tank1 tank1_t; 00005 00006 struct tank1 { 00007 redraw_man_t *rdman; 00008 coord_t *root_coord; 00009 00010 coord_t *layer1; 00011 00012 shape_t *rect2401; 00013 00014 paint_t *rect2401_fill; 00015 00016 paint_t *rect2401_stroke; 00017 00018 shape_t *path2403; 00019 00020 paint_t *path2403_stroke; 00021 00022 shape_t *path2407; 00023 00024 paint_t *path2407_stroke; 00025 00026 shape_t *rect2383; 00027 00028 paint_t *rect2383_fill; 00029 00030 paint_t *rect2383_stroke; 00031 00032 shape_t *path2387; 00033 00034 paint_t *path2387_stroke; 00035 00036 coord_t *track_mark; 00037 00038 shape_t *path2405; 00039 00040 paint_t *path2405_stroke; 00041 00042 shape_t *path2389; 00043 00044 paint_t *path2389_stroke; 00045 00046 shape_t *path2391; 00047 00048 paint_t *path2391_stroke; 00049 00050 shape_t *rect2459; 00051 00052 paint_t *rect2459_fill; 00053 00054 paint_t *rect2459_stroke; 00055 00056 coord_t *gun; 00057 00058 shape_t *rect2413; 00059 00060 paint_t *rect2413_fill; 00061 00062 paint_t *rect2413_stroke; 00063 00064 shape_t *rect2415; 00065 00066 paint_t *rect2415_fill; 00067 00068 paint_t *rect2415_stroke; 00069 00070 shape_t *rect2417; 00071 00072 paint_t *rect2417_fill; 00073 00074 paint_t *rect2417_stroke; 00075 }; 00076 00077 extern tank1_t *tank1_new(redraw_man_t *rdman, coord_t *parent_coord); 00078 extern void tank1_free(tank1_t *obj); 00079 00080 #endif /* __tank1_H_ */