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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-03 12:32:36 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-08 21:18:54 +0300
commit74f4eb419c2d22287e39139fcc4142ed0e9b95a3 (patch)
treeb10ef12aeb4945dd0fc904586e886eb5523bbc95 /source/blender/blenloader/BLO_writefile.h
parente2e854d7511c66c269eb46309fc33ba9e8b3d8f4 (diff)
Cleanup: remove leftover game player code.
Diffstat (limited to 'source/blender/blenloader/BLO_writefile.h')
-rw-r--r--source/blender/blenloader/BLO_writefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h
index f6d0be6f5f0..d615514f081 100644
--- a/source/blender/blenloader/BLO_writefile.h
+++ b/source/blender/blenloader/BLO_writefile.h
@@ -44,4 +44,6 @@ extern bool BLO_write_file(
extern bool BLO_write_file_mem(
struct Main *mainvar, struct MemFile *compare, struct MemFile *current, int write_flags);
+bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports);
+
#endif