Refactor|de::Game: Replaced game resource iteration
Previously public access to the resources of a de::Game used aless than ideal iteration mechanic based around a null terminatedarray of pointers.
Internally de::Game now uses a QMultiMap to contain the resourcesand the public resources() method now returns a const referenceto said container.
View differences
Refactor|de::Game: Replaced game resource iteration
Previously public access to the resources of a de::Game used a
less than ideal iteration mechanic based around a null terminated
array of pointers.
Internally de::Game now uses a QMultiMap to contain the resources
and the public resources() method now returns a const reference
to said container.