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:
authorCampbell Barton <ideasman42@gmail.com>2005-12-16 16:50:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2005-12-16 16:50:45 +0300
commit3a50444ad4e50f7dedfb8a0ba990d2f30b79b43c (patch)
treea5b6ccc5795647487db855b28eb5eb5397386674 /source/blender/include/BSE_drawoops.h
parentf5121b2496ad8ace0f9262ae9c47b52caeb700e8 (diff)
Oops, left the script menu in there. problems.
Diffstat (limited to 'source/blender/include/BSE_drawoops.h')
-rw-r--r--source/blender/include/BSE_drawoops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BSE_drawoops.h b/source/blender/include/BSE_drawoops.h
index 78a8107f8e2..43e1dee5943 100644
--- a/source/blender/include/BSE_drawoops.h
+++ b/source/blender/include/BSE_drawoops.h
@@ -36,7 +36,7 @@
struct ScrArea;
struct Oops;
-void boundbox_oops(void);
+void boundbox_oops(short sel);
void give_oopslink_line(struct Oops *oops, struct OopsLink *ol, float *v1, float *v2);
void draw_oopslink(struct Oops *oops);
void draw_icon_oops(float *co, short type);