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:
authorJoshua Leung <aligorith@gmail.com>2008-03-27 08:12:14 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-27 08:12:14 +0300
commitbc518579a6f670d6624d606ebe6ccfb0b5208f06 (patch)
tree9c27a452788bb9a2e661c5a26b70a15a94e452df /source/blender/include/BIF_editsima.h
parent09e48b406bbca1f5469bc820e4bc836d235ed551 (diff)
Fixed compiler warnings. (unused vars)
Diffstat (limited to 'source/blender/include/BIF_editsima.h')
-rw-r--r--source/blender/include/BIF_editsima.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editsima.h b/source/blender/include/BIF_editsima.h
index 41f2023d672..54fa0a141d0 100644
--- a/source/blender/include/BIF_editsima.h
+++ b/source/blender/include/BIF_editsima.h
@@ -35,6 +35,7 @@ struct EditMesh;
struct SpaceImage;
struct EditFace;
struct MTFace;
+struct Image;
/* id can be from 0 to 3 */
#define TF_PIN_MASK(id) (TF_PIN1 << id)