Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
story.h
1#pragma once
2#include "includes.h"
3
10namespace story {
12 namespace unlocks {
14 void playtest();
15 }
16
20 bool maybe_handle_story();
21
23 void playtest();
24}
void playtest()
playtest individual unlock events
Definition story.cpp:506
Daytime story progression. Happens before work.
Definition story.h:10
bool maybe_handle_story()
maybe run a cutscene before work starts for the day
Definition story.cpp:843
void playtest()
manipulate the day and test various parts of the story
Definition story.cpp:864