home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / plug-ins / MapObject / mapobject_apply.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-23  |  217 b   |  11 lines

  1. #ifndef __MAPOBJECT_APPLY_H__
  2. #define __MAPOBJECT_APPLY_H__
  3.  
  4. extern gdouble imat[4][4];
  5. extern gfloat  rotmat[16];
  6.  
  7. void init_compute  (void);
  8. void compute_image (void);
  9.  
  10. #endif  /* __MAPOBJECT_APPLY_H__ */
  11.