Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/desktop/views/desktop_view_slideshow.h')
-rw-r--r--applications/desktop/views/desktop_view_slideshow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/desktop/views/desktop_view_slideshow.h b/applications/desktop/views/desktop_view_slideshow.h
index 5b45a6b7..624cbf00 100644
--- a/applications/desktop/views/desktop_view_slideshow.h
+++ b/applications/desktop/views/desktop_view_slideshow.h
@@ -3,6 +3,9 @@
#include <gui/view.h>
#include "desktop_events.h"
+#include "../helpers/slideshow_filename.h"
+
+#define SLIDESHOW_FS_PATH INT_PATH(SLIDESHOW_FILE_NAME)
typedef struct DesktopSlideshowView DesktopSlideshowView;