#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