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:
authorJoshua Leung <aligorith@gmail.com>2008-06-22 05:56:11 +0400
committerJoshua Leung <aligorith@gmail.com>2008-06-22 05:56:11 +0400
commit1ee7a20b93ee3c640b119e1a650e49dcb0f97de9 (patch)
tree5bdcf5b72ab9697ef6fa64383a15e740e2ef9940 /source/blender/include
parent86d227367b4cdfa839582077e919e64bf6cf1c8d (diff)
Compiler warning fixes (part 1 or 2)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_oops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_oops.h b/source/blender/include/BIF_oops.h
index adeac4f3871..2375a918d0e 100644
--- a/source/blender/include/BIF_oops.h
+++ b/source/blender/include/BIF_oops.h
@@ -43,6 +43,8 @@ struct Camera;
struct Texture;
struct Lattice;
struct bArmature;
+struct Tex;
+
void add_curve_oopslinks(struct Curve *cu, struct Oops *oops, short flag);
void add_from_link(struct Oops *from, struct Oops *oops);
void add_material_oopslinks(struct Material *ma, struct Oops *oops, short flag);