mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
6 lines
84 B
C
6 lines
84 B
C
#ifndef FS_TASK_H
|
|
#define FS_TASK_H
|
|
|
|
void fs_task_initialize();
|
|
#endif // FS_TASK_H
|