unify include guard defines, __$FILENAME__
without the underscores these clogged up the namespace for autocompleation which was annoying.
This commit is contained in:
4
intern/bsp/extern/CSG_BooleanOps.h
vendored
4
intern/bsp/extern/CSG_BooleanOps.h
vendored
@@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef CSG_BOOLEANOPS_H
|
||||
#define CSG_BOOLEANOPS_H
|
||||
#ifndef __CSG_BOOLEANOPS_H__
|
||||
#define __CSG_BOOLEANOPS_H__
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user