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:
authorMartin Poirier <theeth@yahoo.com>2004-09-19 23:27:57 +0400
committerMartin Poirier <theeth@yahoo.com>2004-09-19 23:27:57 +0400
commitc4a0a01a55eceebb31fde07711277e80fc0c8b6a (patch)
treef2d418e7f2c0b3fd4ab8429415448d2e6d33c9a4 /source/blender/include/BDR_editobject.h
parent74cd2db33749740b135162eb46705f799a735431 (diff)
Matt's lamp submenu.
And reorganized the #includes in editobject by "modules"
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 6feee2d8a88..6e5c3e98720 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -41,6 +41,7 @@ struct Material;
struct Base;
void add_object_draw(int type);
+void add_objectLamp(short type);
void free_and_unlink_base(struct Base *base);
void delete_obj(int ok);
void make_track(void);