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:
authorKen Hughes <khughes@pacific.edu>2006-03-28 02:22:08 +0400
committerKen Hughes <khughes@pacific.edu>2006-03-28 02:22:08 +0400
commit95ae05798312e01e866f98d12575f74ce69fcd56 (patch)
tree816ec5cfca41d9e7463b27d26ec1b256b7d7998d
parentac31b20448b2a5be75eacea050ffbf6514f70a4c (diff)
Add structure declaration to beginning of file to fix gcc warnings.
-rw-r--r--source/blender/include/BIF_editmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index f4e45b3d54e..c2722a5aa35 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -42,6 +42,7 @@ struct EditVert;
struct Mesh;
struct bDeformGroup;
struct View3D;
+struct EditSelection;
// edge and face flag both
#define EM_FGON 2