summaryrefslogtreecommitdiff
path: root/src/storage.cc
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.cc
parentcb1c87e6a371d405b7064b66002127c9d500c7d4 (diff)
quick&dirty animation switcher
Diffstat (limited to 'src/storage.cc')
-rw-r--r--src/storage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage.cc b/src/storage.cc
index 21eed31..2b3ea7c 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -231,6 +231,7 @@ bool Storage::hasData()
return true;
}
+// TODO support multi-page reads
void Storage::load(uint8_t idx, uint8_t *data)
{
uint8_t page_offset;