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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2007-12-29 22:16:04 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 22:16:04 +0300
commitdc98efaaa04cf38d777838fce18948ab64f6fbd5 (patch)
tree1a34a4c02e02c37474947b2d0b3396f7d1b673f2 /source
parentde039a899a5d27662e5ad2bdd5893e0de5e584d0 (diff)
Accidentally removed a bit too many badlevel calls.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/screen/stubs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/screen/stubs.c b/source/blender/editors/screen/stubs.c
index 525b969201a..ca592e6812e 100644
--- a/source/blender/editors/screen/stubs.c
+++ b/source/blender/editors/screen/stubs.c
@@ -32,6 +32,10 @@
void blender_test_break() {}
void error() {}
void set_timecursor() {}
+void waitcursor() {}
+void pupmenu() {}
+void load_vfont() {}
+void mainqenter() {}
/* global vars */
void *editNurb;