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:
authorKent Mein <mein@cs.umn.edu>2004-10-14 17:52:12 +0400
committerKent Mein <mein@cs.umn.edu>2004-10-14 17:52:12 +0400
commit0d68cafdec933b4cc8af55a9d487ff538c98d9dc (patch)
treec45e81313f3c02c22d200e5b267576807e985203 /source/blender/include/BIF_space.h
parenta5c2bc3c23292af2fbd5d01d7582c21b788332cd (diff)
Added to the top of the file: struct SpaceOops;
to stop a warning about SpaceOops defined inside of parameter list... Kent
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index d582627ed21..952f382fa72 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -38,6 +38,7 @@ struct ScrArea;
struct SpaceButs;
struct View2D;
struct BWinEvent;
+struct SpaceOops;
#define REMAKEIPO 1
#define OOPS_TEST 2