X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fdirector.h;h=775d7d2915941a2edb8247a47cddaaceca6277b1;hb=316a4432767efbea70c1409edf5f546e61077c54;hp=de19185849e121e50e7c112ce59aa68a50e46fa7;hpb=91e5d4366b857f2441abe7c9a61b6154bd23ea3f;p=libs%2Fgame.git diff --git a/source/game/director.h b/source/game/director.h index de19185..775d7d2 100644 --- a/source/game/director.h +++ b/source/game/director.h @@ -2,13 +2,16 @@ #define MSP_GAME_DIRECTOR_H_ #include +#include #include #include #include #include +#include "accessguard.h" #include "eventbus.h" #include "events.h" #include "eventsource.h" +#include "reflection.h" namespace Msp::Game { @@ -20,6 +23,8 @@ public: using EventSource = Game::EventSource; private: + std::optional access_guard; + Reflection::Reflector reflector; DataFile::Collection &resources; EventBus event_bus; EventSource event_source;