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:
authorCampbell Barton <ideasman42@gmail.com>2014-04-30 04:43:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-30 04:43:46 +0400
commit863352dfdc1bbe30a452e1e006123fbaea3d401f (patch)
tree58611dd2a1c06f7f53ec1f2572a1b0d5575dbb69 /source/blender/imbuf/IMB_imbuf.h
parent32e02302a7794866e736ba01fb7768e8c6640929 (diff)
Correct issue with IMB_ispic returning bool
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index 47f1864bd16..6e21db0e039 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -355,6 +355,7 @@ short IMB_saveiff(struct ImBuf *ibuf, const char *filepath, int flags);
* \attention Defined in util.c
*/
bool IMB_ispic(const char *name);
+int IMB_ispic_type(const char *name);
/**
*