~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/nodes/NOD_common.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 *  \ingroup nodes
30
30
 */
31
31
 
32
 
#ifndef NOD_COMMON_H
33
 
#define NOD_COMMON_H
 
32
#ifndef __NOD_COMMON_H__
 
33
#define __NOD_COMMON_H__
34
34
 
35
35
#include "BKE_node.h"
36
36
 
51
51
void node_group_input_verify(struct bNodeTree *ntree, struct bNode *node, struct ID *id);
52
52
void node_group_output_verify(struct bNodeTree *ntree, struct bNode *node, struct ID *id);
53
53
 
54
 
#endif
 
54
#endif  /* __NOD_COMMON_H__ */