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>2014-01-27 18:55:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-27 18:55:10 +0400
commit0c6a01ca0072d8444309ec094bdc87d10695fc0d (patch)
tree5b2940ba9ed9d99cbd8d74c744803852408fda2c /source/blender/blenkernel/BKE_text.h
parent5aa006bc1c9b99bcbc1a5190d34a70fcaaa0d2da (diff)
Use includes for blenderplayer stubs
exposes many incorrect and redundant stubs
Diffstat (limited to 'source/blender/blenkernel/BKE_text.h')
-rw-r--r--source/blender/blenkernel/BKE_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_text.h b/source/blender/blenkernel/BKE_text.h
index 67c1b6834dd..eb89216d360 100644
--- a/source/blender/blenkernel/BKE_text.h
+++ b/source/blender/blenkernel/BKE_text.h
@@ -55,6 +55,8 @@ struct Text *BKE_text_copy (struct Text *ta);
void BKE_text_unlink (struct Main *bmain, struct Text *text);
void BKE_text_clear (struct Text *text);
void BKE_text_write (struct Text *text, const char *str);
+int BKE_text_file_modified_check(struct Text *text);
+void BKE_text_file_modified_ignore(struct Text *text);
char *txt_to_buf (struct Text *text);
void txt_clean_text (struct Text *text);