From deb6f733a6aed0c578e1ee01e4d0d41563574bc7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Mar 2014 04:33:15 +1100 Subject: Move do-versions functions for 2.70 --- source/blender/blenloader/intern/readfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/intern/readfile.h') diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h index fe22499d16f..d56f58d1b37 100644 --- a/source/blender/blenloader/intern/readfile.h +++ b/source/blender/blenloader/intern/readfile.h @@ -161,6 +161,7 @@ void blo_do_versions_key_uidgen(struct Key *key); void blo_do_versions_pre250(struct FileData *fd, struct Library *lib, struct Main *main); void blo_do_versions_250(struct FileData *fd, struct Library *lib, struct Main *main); void blo_do_versions_260(struct FileData *fd, struct Library *lib, struct Main *main); +void blo_do_versions_270(struct FileData *fd, struct Library *lib, struct Main *main); #endif -- cgit v1.2.3