summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-22 20:12:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-22 20:12:53 +0100
commit82a7e72c9dc6bb94180b8b860488b27099939b7c (patch)
treefbf1946e238b365407cb19ffe9e52af841d4b700 /src/storage.h
parentcb1c87e6a371d405b7064b66002127c9d500c7d4 (diff)
quick&dirty animation switcher
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index d0a4a67..ea294cb 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -47,6 +47,8 @@ class Storage {
*/
bool hasData();
+ uint8_t numPatterns() { return num_anims; };
+
/**
* Load pattern from EEPROM.
*