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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:33:10 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-24 13:33:10 +0300
commit486de068b24bcdd562b0c0399405be36a0a73e48 (patch)
tree9e1105fe161771e72460f14bef9e780a585e2331 /source/blender/editors/include/BIF_glutil.h
parent1d0ae960491bde2028cf28014068ba9616afe97f (diff)
2.5 - node editor
Commit of WIP code (what code isn't wip, these days ;) - only drawing code as basis to work further from (and have less conflicts between different systems I work on)
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 0d34c122392..63bd451132d 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -31,6 +31,7 @@
struct rcti;
struct rctf;
+void fdrawbezier(float vec[4][3]);
void fdrawline(float x1, float y1, float x2, float y2);
void fdrawbox(float x1, float y1, float x2, float y2);
void sdrawline(short x1, short y1, short x2, short y2);