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>2003-07-17 18:19:55 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-17 18:19:55 +0400
commitd0c6cf775888b9d367a63e94a14de1ca2367a6fc (patch)
treea4246c8bdaee8250f551c6ce71ced72746656f6e /source/blender/include/BIF_editfont.h
parentc38faa3c1fd07bcf8d0f38f909aa804dfa9abb09 (diff)
Fixed a couple more warnings.
Kent
Diffstat (limited to 'source/blender/include/BIF_editfont.h')
-rw-r--r--source/blender/include/BIF_editfont.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editfont.h b/source/blender/include/BIF_editfont.h
index 56cffef880c..6f4000d957f 100644
--- a/source/blender/include/BIF_editfont.h
+++ b/source/blender/include/BIF_editfont.h
@@ -33,6 +33,8 @@
#ifndef BIF_EDITFONT_H
#define BIF_EDITFONT_H
+struct Text;
+
void do_textedit(unsigned short event, short val, char _ascii);
void make_editText(void);
void load_editText(void);