Cleanup: header guard names
Missed in file rename.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __BKE_LAMP_H__
|
||||
#define __BKE_LAMP_H__
|
||||
#ifndef __BKE_LIGHT_H__
|
||||
#define __BKE_LIGHT_H__
|
||||
|
||||
/** \file
|
||||
* \ingroup bke
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
* \ingroup DNA
|
||||
*/
|
||||
|
||||
#ifndef __DNA_LAMP_TYPES_H__
|
||||
#define __DNA_LAMP_TYPES_H__
|
||||
#ifndef __DNA_LIGHT_TYPES_H__
|
||||
#define __DNA_LIGHT_TYPES_H__
|
||||
|
||||
#include "DNA_defs.h"
|
||||
#include "DNA_ID.h"
|
||||
@@ -147,4 +147,4 @@ typedef struct Light {
|
||||
#define LA_AREA_DISK 4
|
||||
#define LA_AREA_ELLIPSE 5
|
||||
|
||||
#endif /* __DNA_LAMP_TYPES_H__ */
|
||||
#endif /* __DNA_LIGHT_TYPES_H__ */
|
||||
|
||||
Reference in New Issue
Block a user