mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef VM_TASK_H
|
|
#define VM_TASK_H
|
|
|
|
void vm_task_start_story(const char *story_directory);
|
|
void vm_task_initialize();
|
|
|
|
#endif // VM_TASK_H
|