Compile fix for r29954. He probably missed a file in the commit.

This commit is contained in:
Joshua Leung
2010-07-05 00:48:57 +00:00
parent 9c4e3a7b6b
commit fe6dfa52e9

View File

@@ -58,7 +58,7 @@ struct Scene *add_scene(char *name);
struct Base *object_in_scene(struct Object *ob, struct Scene *sce);
void set_scene_bg(struct Scene *sce);
void set_scene_name(char *name);
struct Scene *set_scene_name(char *name);
struct Scene *copy_scene(struct Main *bmain, struct Scene *sce, int type);
void unlink_scene(struct Main *bmain, struct Scene *sce, struct Scene *newsce);