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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-11 13:31:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-11 13:31:00 +0400
commit1e90add66cc4bc15faa1319b09280c987a33649d (patch)
treefdb96902535f3e7b74a885809a7325dcb3f24825 /source/blender/editors/include/ED_uvedit.h
parentb25496087351c9f458596f64abe2ba96a2316a9e (diff)
more syncing with trunk.
Diffstat (limited to 'source/blender/editors/include/ED_uvedit.h')
-rw-r--r--source/blender/editors/include/ED_uvedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 1fb227de2b8..2ccfbd9fab1 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -40,6 +40,10 @@ struct Object;
struct Scene;
struct bContext;
struct wmKeyConfig;
+struct BMEditMesh;
+struct BMLoop;
+struct BMFace;
+struct MTexPoly;
/* uvedit_ops.c */
void ED_operatortypes_uvedit(void);