Make it possible to specify the story to play.
This commit is contained in:
parent
c486db5a57
commit
5e9dad51b0
3 changed files with 5 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ namespace storyboard {
|
|||
components::Storyboard $story;
|
||||
std::string $layout;
|
||||
|
||||
UI();
|
||||
UI(const std::string& story_name);
|
||||
|
||||
void init();
|
||||
void render(sf::RenderWindow &window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue