svn merge ^/trunk/blender -r44189:44204

This commit is contained in:
Campbell Barton
2012-02-17 20:56:25 +00:00
717 changed files with 4737 additions and 3105 deletions

View File

@@ -29,8 +29,8 @@
* \ingroup gpu
*/
#ifndef GPU_GAME_H
#define GPU_GAME_H
#ifndef __GPU_DRAW_H__
#define __GPU_DRAW_H__
#ifdef __cplusplus
extern "C" {

View File

@@ -29,8 +29,8 @@
* \ingroup gpu
*/
#ifndef GPU_EXTENSIONS_H
#define GPU_EXTENSIONS_H
#ifndef __GPU_EXTENSIONS_H__
#define __GPU_EXTENSIONS_H__
#ifdef __cplusplus
extern "C" {

View File

@@ -29,8 +29,8 @@
* \ingroup gpu
*/
#ifndef __GPU_MATERIAL__
#define __GPU_MATERIAL__
#ifndef __GPU_MATERIAL_H__
#define __GPU_MATERIAL_H__
#include "DNA_listBase.h"
@@ -238,5 +238,5 @@ int GPU_lamp_shadow_layer(GPULamp *lamp);
}
#endif
#endif /*__GPU_MATERIAL__*/
#endif /*__GPU_MATERIAL_H__*/