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:
authorYevgeny Makarov <jenkm>2020-12-06 21:29:26 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-12-06 21:29:26 +0300
commit79eeabafb39f8771c0f41c46dc8b819097e403cb (patch)
treeb861be80ead666c53e54afa655a46f1eb286206d /source/blender/editors/include
parenta90504303e78030d5be2c039848d7134a829942f (diff)
UI: 'About Blender' with Full Logo
New layout for the 'About' dialog featuring the full version of the Blender logo. Differential Revision: https://developer.blender.org/D9507 Reviewed by Hans Goudey
Diffstat (limited to 'source/blender/editors/include')
-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 ba77da24406..40b0a8d96b1 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -50,6 +50,9 @@ extern char datatoc_prvicons_png[];
extern int datatoc_alert_icons_png_size;
extern char datatoc_alert_icons_png[];
+extern int datatoc_blender_logo_png_size;
+extern char datatoc_blender_logo_png[];
+
extern int datatoc_splash_png_size;
extern char datatoc_splash_png[];