diff options
Diffstat (limited to 'src/control/RPGEdit.hpp')
-rw-r--r-- | src/control/RPGEdit.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/RPGEdit.hpp b/src/control/RPGEdit.hpp index 6011ecd..6c6c743 100644 --- a/src/control/RPGEdit.hpp +++ b/src/control/RPGEdit.hpp @@ -46,6 +46,8 @@ private: EventBus eventBus; InputHandler inputHandler; + ScriptContext scriptContext; + std::shared_ptr<View::Window> window; std::shared_ptr<MapContext> ctx; |