megaglest-source
megaglest-source copied to clipboard
Feat/non blocking for loading game info
This PR solving issue with main thread blocking, on loading .xml file with saved game. Also this code can be used somewhere else fixes #233
@andy5995 like I mentioned in the other comment, @pavanvo forgot to #include <memory>
like the compiler tells you, probably not needed for earlier gcc versions