mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
- event processing is now initiated by GameEngine instead of weird chain engine -> player interface -> engine - introduced GameEngineUser interface (implemented by GameInstance) to remove mutual depedency between GameEngine and GameInstance (some technically still remains for now, in form of some free functions)