summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firmware/export/scroll_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 5e4b744c59..e3fd720550 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -25,10 +25,12 @@
#ifndef __SCROLL_ENGINE_H__
#define __SCROLL_ENGINE_H__
+#include <stdbool.h>
#include "config.h"
-#include <lcd.h>
#include "file.h"
+struct viewport;
+
extern void scroll_init(void) INIT_ATTR;
extern void lcd_bidir_scroll(int threshold);