
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
8 lines
149 B
C
8 lines
149 B
C
#ifndef __LIGHTING_APPLY_H__
|
|
#define __LIGHTING_APPLY_H__
|
|
|
|
void init_compute (void);
|
|
void compute_image (void);
|
|
|
|
#endif /* __LIGHTING_APPLY_H__ */
|