Commit Graph

2 Commits (master)

Author SHA1 Message Date
elsid 3a0443c472
Make constexpr Misc::NotNullptr member functions 2 years ago
elsid 79676aee15
Make Environment a storage of referencing pointers instead of owned
Engine controls lifetime of managers therefore it should own them. Environment
is only access provider.

This allows to avoid redundant virtual calls and also some functions from
managers base classes can be removed if they are used only by Engine.
3 years ago