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

9 lines
208 B
C
Raw Normal View History

2023-09-26 00:35:21 +02:00
#ifndef __LIGHTING_APPLY_H__
#define __LIGHTING_APPLY_H__
2023-10-30 23:55:30 +01:00
void init_compute (void);
void compute_image (void);
void copy_from_config (PikaProcedureConfig *config);
2023-09-26 00:35:21 +02:00
#endif /* __LIGHTING_APPLY_H__ */