unify include guard defines, __$FILENAME__
without the underscores these clogged up the namespace for autocompleation which was annoying.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
* \ingroup nodes
|
||||
*/
|
||||
|
||||
#ifndef NOD_TEXTURE_H
|
||||
#define NOD_TEXTURE_H
|
||||
#ifndef __NOD_TEXTURE_H__
|
||||
#define __NOD_TEXTURE_H__
|
||||
|
||||
#include "BKE_node.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user