Refactor|Cleanup: Games belong in libdoomsday
Relocated all game-related classes from libcore to libdoomsday.libcore is too low-level for this kind of functionality.
The game namespaces were removed as unnecessary.
SavedSession now provides an interpreter for .save files rather thanbeing bundled in ZipArchive's interpreter.
Removed de/c_wrapper.h from libdoomsday.h, which was polluting theglobal namespace unnecessary.
View differences
Refactor|Cleanup: Games belong in libdoomsday
Relocated all game-related classes from libcore to libdoomsday.
libcore is too low-level for this kind of functionality.
The game namespaces were removed as unnecessary.
SavedSession now provides an interpreter for .save files rather than
being bundled in ZipArchive's interpreter.
Removed de/c_wrapper.h from libdoomsday.h, which was polluting the
global namespace unnecessary.