Changeset 579 for abuse/trunk/src/imlib/supmorph.h
- Timestamp:
- May 5, 2011, 12:36:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/supmorph.h
r555 r579 37 37 int w,h,f_left,t; 38 38 smorph_player(super_morph *m, palette *pal, image *i1, image *i2, int frames, int dir); 39 int show(image *screen, int x, int y, color_filter *fil, palette *pal, int blur_threshold);39 int show(image *screen, int x, int y, ColorFilter *fil, palette *pal, int blur_threshold); 40 40 ~smorph_player() { free(hole); free(steps); } 41 41 } ;
Note: See TracChangeset
for help on using the changeset viewer.