mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
10 lines
203 B
C
10 lines
203 B
C
#ifndef FS_TASK_H
|
|
#define FS_TASK_H
|
|
|
|
void fs_task_scan_index();
|
|
void fs_task_initialize();
|
|
void fs_task_load_story(uint8_t *mem);
|
|
void fs_task_media_start(char *image, char *sound);
|
|
|
|
#endif // FS_TASK_H
|