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>2014-02-18 00:52:20 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-18 22:38:44 +0400
commit3f769776fe65aa121b26f6af38682b5ecf6a09aa (patch)
tree3b17fc177662b755e4b81c6900265b5e6f5db8ac /source/blender/editors/include/ED_datafiles.h
parent90a86fecee6074f2c782f6f7b9ad21fb01c25db7 (diff)
Splash screen: use a retina resolution image for Mac OS X.
Diffstat (limited to 'source/blender/editors/include/ED_datafiles.h')
-rw-r--r--source/blender/editors/include/ED_datafiles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h
index 81dbb8e9aa5..9022a1481aa 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -54,6 +54,9 @@ extern char datatoc_prvicons_png[];
extern int datatoc_splash_png_size;
extern char datatoc_splash_png[];
+extern int datatoc_splash_2x_png_size;
+extern char datatoc_splash_2x_png[];
+
extern int datatoc_bfont_pfb_size;
extern char datatoc_bfont_pfb[];