Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-31 13:11:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-31 13:11:55 +0300
commitf06884b18ab5b619975689a0670f8f0f14f9c318 (patch)
treee0c0f557659f6b900019acd5c1f11e127619e539 /source/blender/makesdna/DNA_shader_fx_types.h
parentb2193e020bc0c1a9ef9969440ece453e49f8012c (diff)
Cleanup: style, duplicate includes
Diffstat (limited to 'source/blender/makesdna/DNA_shader_fx_types.h')
-rw-r--r--source/blender/makesdna/DNA_shader_fx_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_shader_fx_types.h b/source/blender/makesdna/DNA_shader_fx_types.h
index 15147cf2b6c..f3c9f06c8dc 100644
--- a/source/blender/makesdna/DNA_shader_fx_types.h
+++ b/source/blender/makesdna/DNA_shader_fx_types.h
@@ -22,8 +22,8 @@
* \ingroup DNA
*/
-#ifndef __DNA_SHADERFX_TYPES_H__
-#define __DNA_SHADERFX_TYPES_H__
+#ifndef __DNA_SHADER_FX_TYPES_H__
+#define __DNA_SHADER_FX_TYPES_H__
#include "DNA_defs.h"
#include "DNA_listBase.h"
@@ -130,7 +130,7 @@ typedef struct LightShaderFxData {
int flag; /* flags */
float energy;
float ambient;
- float loc[4]; /* internal, not visible in rna */
+ float loc[4]; /* internal, not visible in rna */
char pad[4];
ShaderFxData_runtime runtime;
} LightShaderFxData;
@@ -193,4 +193,4 @@ typedef struct WaveShaderFxData {
char pad[4];
ShaderFxData_runtime runtime;
} WaveShaderFxData;
-#endif /* __DNA_SHADERFX_TYPES_H__ */
+#endif /* __DNA_SHADER_FX_TYPES_H__ */