Changeset 541 for abuse/trunk/src/imlib/supmorph.h
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/supmorph.h
r533 r541 12 12 #define __SUPER_MORPH_HPP__ 13 13 14 #include "t image.h"14 #include "transimage.h" 15 15 16 16 class super_morph … … 20 20 unsigned char *movers; 21 21 int w,h; 22 super_morph(T Image *h1, TImage *h2, int aneal_steps, void (*stat_fun)(int));22 super_morph(TransImage *h1, TransImage *h2, int aneal_steps, void (*stat_fun)(int)); 23 23 ~super_morph() { if (t) free(movers); } 24 24 } ;
Note: See TracChangeset
for help on using the changeset viewer.