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/dds/dds_api.h')
-rw-r--r--source/blender/imbuf/intern/dds/dds_api.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/blender/imbuf/intern/dds/dds_api.h b/source/blender/imbuf/intern/dds/dds_api.h
index cbe19ab3e90..12db8aa6416 100644
--- a/source/blender/imbuf/intern/dds/dds_api.h
+++ b/source/blender/imbuf/intern/dds/dds_api.h
@@ -18,7 +18,6 @@
* \ingroup imbdds
*/
-
#ifndef __DDS_API_H__
#define __DDS_API_H__
@@ -28,9 +27,12 @@ extern "C" {
#include "../../IMB_imbuf.h"
-int imb_is_a_dds(const unsigned char *mem); /* use only first 32 bytes of mem */
-int imb_save_dds(struct ImBuf *ibuf, const char *name, int flags);
-struct ImBuf *imb_load_dds(const unsigned char *mem, size_t size, int flags, char colorspace[IM_MAX_SPACE]);
+int imb_is_a_dds(const unsigned char *mem); /* use only first 32 bytes of mem */
+int imb_save_dds(struct ImBuf *ibuf, const char *name, int flags);
+struct ImBuf *imb_load_dds(const unsigned char *mem,
+ size_t size,
+ int flags,
+ char colorspace[IM_MAX_SPACE]);
#ifdef __cplusplus
}