mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 09:19:57 +01:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef FILESYSTEM_H
|
|
#define FILESYSTEM_H
|
|
|
|
void filesystem_mount();
|
|
|
|
#endif // FILESYSTEM_H
|