Cutscenes are now integrated into the game. LONG LIVE THE RAT KING!

This commit is contained in:
Zed A. Shaw 2025-11-14 01:25:10 -05:00
parent fa4573be7b
commit 8fdaadaf12
5 changed files with 30 additions and 17 deletions

View file

@ -26,6 +26,7 @@ namespace storyboard {
void zoom(const std::string &cell_name);
void reset();
void track_audio();
bool playing();
};
}