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:
authorJoseph Gilbert <ascotan@gmail.com>2005-09-27 00:37:52 +0400
committerJoseph Gilbert <ascotan@gmail.com>2005-09-27 00:37:52 +0400
commit13349ad7a4f5a463cb6117f0e81c72f2037d36ee (patch)
treef86d97929b130d910b3a5f1c3552449795a0c285 /source/blender/src/editscreen.c
parentf1ddb77a48d7d32d78084d76e6d63c12f9b21a09 (diff)
drawscreen is called before it's defined crashing msvc
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index d28d8f3a6c8..4bdba721788 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -113,6 +113,7 @@
static void testareas(void);
static void area_autoplayscreen(void);
static void wait_for_event(void);
+void drawscreen(void);
/* ********* Globals *********** */