
2008-03-24 Michael Natterer <mitch@gimp.org> * plug-ins/map-object * plug-ins/gradient-flare * plug-ins/ifs-compose * plug-ins/selection-to-path * plug-ins/lighting * plug-ins/help-browser * plug-ins/fli: rename files in these folders to have no underscores and match new names of the plug-ins. * configure.in: changed accordingly. svn path=/trunk/; revision=25197
11 lines
207 B
C
11 lines
207 B
C
#ifndef __MAPOBJECT_APPLY_H__
|
|
#define __MAPOBJECT_APPLY_H__
|
|
|
|
extern gdouble imat[4][4];
|
|
extern gfloat rotmat[16];
|
|
|
|
void init_compute (void);
|
|
void compute_image (void);
|
|
|
|
#endif /* __MAPOBJECT_APPLY_H__ */
|