rename node_state.c --> node_view.c

This commit is contained in:
Campbell Barton
2012-08-02 21:36:33 +00:00
parent e86e5074f6
commit 5e60ccc65c
2 changed files with 3 additions and 4 deletions

View File

@@ -47,12 +47,12 @@ set(SRC
node_draw.c
node_edit.c
node_group.c
node_relationships.c
node_header.c
node_ops.c
node_relationships.c
node_select.c
node_state.c
node_templates.c
node_view.c
space_node.c
node_intern.h

View File

@@ -24,11 +24,10 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/space_node/node_state.c
/** \file blender/editors/space_node/node_view.c
* \ingroup spnode
*/
#include <stdio.h>
#include "DNA_node_types.h"