3#include "minigame_code.h"
4#include "minigame_paperwork.h"
5#include "minigame_calls.h"
6#include "minigame_bugs.h"
7#include "instant_message.h"
9#include "weekend_event.h"
control loop of game built on top of vnlib::next
Definition day.h:17
void day_ending()
last function called in the day. used to advance day variable and run cutscene
Definition day.cpp:34
void work_life()
the afternoon task
Definition day.cpp:251
void day_starting()
first function called in the day. determines weekday/weekend
Definition day.cpp:18
void desk_work_complete()
run after the morning task
Definition day.cpp:235
void work_life_complete()
run after the afternoon task
Definition day.cpp:280
void desk_work()
the morning task
Definition day.cpp:125