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:
authorErwin Coumans <blender@erwincoumans.com>2006-01-12 04:37:33 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-01-12 04:37:33 +0300
commita9e64286a9f875aa71f32ae4a38eb33f59f929dc (patch)
tree75b3b7168e2beae6bf6dd01586ec30b9d3028438 /source/gameengine
parentb9d99662d2e59b2c1f07d5cbd688966392c06f1c (diff)
overlooked IMB_imbuf.h was already included inside an extern "C" section.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Ketsji/BL_Texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/BL_Texture.cpp b/source/gameengine/Ketsji/BL_Texture.cpp
index 3b970cc4c8c..6595d5ee12a 100644
--- a/source/gameengine/Ketsji/BL_Texture.cpp
+++ b/source/gameengine/Ketsji/BL_Texture.cpp
@@ -20,7 +20,6 @@
#include "DNA_image_types.h"
#include "IMB_imbuf_types.h"
#include "BKE_image.h"
-#include "IMB_imbuf.h"
#include "BLI_blenlib.h"
#include "RAS_GLExtensionManager.h"
@@ -35,6 +34,7 @@ using namespace bgl;
extern "C" {
// envmaps
#include "IMB_imbuf.h"
+
void my_envmap_split_ima(EnvMap *env);
void my_free_envmapdata(EnvMap *env);
}