gimp/plug-ins/lighting/lighting-apply.h

9 lines
208 B
C
Raw Permalink Normal View History

#ifndef __LIGHTING_APPLY_H__
#define __LIGHTING_APPLY_H__
1998-06-11 14:04:59 +08:00
void init_compute (void);
void compute_image (void);
void copy_from_config (GimpProcedureConfig *config);
1998-06-11 14:04:59 +08:00
#endif /* __LIGHTING_APPLY_H__ */