This commit is contained in:
Charles Dang 2017-04-30 17:34:25 +11:00
parent 47d77c79d4
commit 47177dfd62
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@
#include "gui/dialogs/modal_dialog.hpp"
#include "config.hpp"
#include "storyscreen/controller.hpp"
#include "storyscreen/part.hpp"

View file

@ -21,7 +21,8 @@
#define STORYSCREEN_CONTROLLER_HPP_INCLUDED
#include "events.hpp"
#include "interface.hpp"
#include <memory>
class CVideo;
class vconfig;