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:
authorKen Hughes <khughes@pacific.edu>2006-09-09 01:12:59 +0400
committerKen Hughes <khughes@pacific.edu>2006-09-09 01:12:59 +0400
commit276e63c3f1a55669515e1bf4393ca8fa82fc8d11 (patch)
tree8e31b05cbca6f775c5b409d69da3cb9aab469983 /source/blender/include/BDR_editobject.h
parentf108325904c2d93e003f748c17bb6ba2b909fb0d (diff)
Silence warning messages about ‘struct Scene’ declared inside parameter list.
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 78e33c005c2..83ff29d72cc 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -38,6 +38,7 @@ struct Tex;
struct Material;
struct Base;
struct HookModifierData;
+struct Scene;
void add_object_draw(int type);
void add_objectLamp(short type);