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/render/intern/include/render_intern.h')
-rw-r--r--source/blender/render/intern/include/render_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/render_intern.h b/source/blender/render/intern/include/render_intern.h
index 1d980aae274..25302ad97bd 100644
--- a/source/blender/render/intern/include/render_intern.h
+++ b/source/blender/render/intern/include/render_intern.h
@@ -57,4 +57,6 @@
typedef struct {
int a, b, c, d;
} byte16;
+
#define COPY_16(a,b) (*((byte16 *)(a))= *((byte16 *)(b)))
+