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>2008-09-04 20:40:20 +0400
committerKent Mein <mein@cs.umn.edu>2008-09-04 20:40:20 +0400
commit2167e5c341f656b2f664b1052d181e8aa32fe698 (patch)
treee434f8e942f7e8690d0e1a43611dbae5de50f57d /source/blender/include
parentf0eaf424ab7488b93f18c634ba825c3b734ad913 (diff)
Cleaned up some small warnings.
Kent
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_drawtext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_drawtext.h b/source/blender/include/BIF_drawtext.h
index bc4d5e3f9c8..51000f8c81a 100644
--- a/source/blender/include/BIF_drawtext.h
+++ b/source/blender/include/BIF_drawtext.h
@@ -33,6 +33,7 @@
struct ScrArea;
struct SpaceText;
struct Text;
+struct TextLine;
void unlink_text(struct Text *text);