X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fdirector.h;h=5aeddea932badd73b41d9f5aa56b2e4669c24a44;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=1be3e8fa31bbf59c892866c436439ed7ee8c87da;hpb=48051ee2bab13f65e48c371e453b9ea65920921e;p=libs%2Fgame.git diff --git a/source/game/director.h b/source/game/director.h index 1be3e8f..5aeddea 100644 --- a/source/game/director.h +++ b/source/game/director.h @@ -11,18 +11,21 @@ #include "eventbus.h" #include "events.h" #include "eventsource.h" +#include "mspgame_api.h" +#include "reflection.h" namespace Msp::Game { class Stage; -class Director +class MSPGAME_API Director { public: using EventSource = Game::EventSource; private: std::optional access_guard; + Reflection::Reflector reflector; DataFile::Collection &resources; EventBus event_bus; EventSource event_source;