diff options
Diffstat (limited to '')
-rw-r--r-- | plug-ins/lighting/lighting-apply.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plug-ins/lighting/lighting-apply.h b/plug-ins/lighting/lighting-apply.h new file mode 100644 index 0000000..304ef4a --- /dev/null +++ b/plug-ins/lighting/lighting-apply.h @@ -0,0 +1,7 @@ +#ifndef __LIGHTING_APPLY_H__ +#define __LIGHTING_APPLY_H__ + +void init_compute (void); +void compute_image (void); + +#endif /* __LIGHTING_APPLY_H__ */ |