1
0
Fork 0
gimp/plug-ins/lighting/lighting-apply.h
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

8 lines
208 B
C

#ifndef __LIGHTING_APPLY_H__
#define __LIGHTING_APPLY_H__
void init_compute (void);
void compute_image (void);
void copy_from_config (GimpProcedureConfig *config);
#endif /* __LIGHTING_APPLY_H__ */