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>2019-08-14 18:12:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-14 18:32:46 +0300
commitc5c4012b107c03dac2ebff321fd36c57c2c7d051 (patch)
tree87971ee51f36bcdbe1140a7b3a0503a9180d48e6 /source/blender/windowmanager/wm.h
parent9bc10c1f542d3fee601ea35536a3375367cf3652 (diff)
Cleanup: split out splash screen into own file
`wm_operators.c` is mainly for generic operator logic where as the splash screen is one of a kind.
Diffstat (limited to 'source/blender/windowmanager/wm.h')
-rw-r--r--source/blender/windowmanager/wm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm.h b/source/blender/windowmanager/wm.h
index fa375efb469..00d9a8a2fab 100644
--- a/source/blender/windowmanager/wm.h
+++ b/source/blender/windowmanager/wm.h
@@ -78,6 +78,9 @@ void wm_autosave_delete(void);
void wm_autosave_read(bContext *C, struct ReportList *reports);
void wm_autosave_location(char *filepath);
+/* wm_splash_screen.c */
+void WM_OT_splash(wmOperatorType *ot);
+
/* wm_stereo.c */
void wm_stereo3d_draw_interlace(wmWindow *win, struct ARegion *ar);
void wm_stereo3d_draw_anaglyph(wmWindow *win, struct ARegion *ar);