Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/imbuf/intern/cspace.c')
-rw-r--r--source/blender/imbuf/intern/cspace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/cspace.c b/source/blender/imbuf/intern/cspace.c
index f994755c823..ef2f78644d5 100644
--- a/source/blender/imbuf/intern/cspace.c
+++ b/source/blender/imbuf/intern/cspace.c
@@ -37,6 +37,8 @@
#include "imbuf_patch.h"
#include "IMB_imbuf_types.h"
+void IMB_cspace(struct ImBuf *ibuf, float mat[][4]);
+
/************************************************************************/
/* COLORSPACE */
/************************************************************************/