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>2011-09-20 08:38:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-20 08:38:59 +0400
commit679105283259456e3e8213a62d68ee87a5254327 (patch)
tree3d78782189c01b5c841d734feca0f6484d33ab91 /source/blender/nodes/composite/node_composite_util.h
parent00de0cd6a76caf52dafef8d247b3d7cc087f0f32 (diff)
tidy up
- quiet some warnings - set some functions static - replace materialbyname with generic BLI_findstring call
Diffstat (limited to 'source/blender/nodes/composite/node_composite_util.h')
-rw-r--r--source/blender/nodes/composite/node_composite_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/nodes/composite/node_composite_util.h b/source/blender/nodes/composite/node_composite_util.h
index 57ebe2191dd..f3e0f811f13 100644
--- a/source/blender/nodes/composite/node_composite_util.h
+++ b/source/blender/nodes/composite/node_composite_util.h
@@ -79,6 +79,10 @@
#include "RE_shader_ext.h"
#include "RE_render_ext.h"
+/* only for forward declarations */
+#include "NOD_composite.h"
+
+
/* *************************** operations support *************************** */
/* general signal that's in output sockets, and goes over the wires */