mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Editor prerequisites [part 2] (#889)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include "../ConstTransitivePtr.h"
|
||||
#include "../GameConstants.h"
|
||||
|
||||
const ui32 SERIALIZATION_VERSION = 804;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 804;
|
||||
const ui32 SERIALIZATION_VERSION = 805;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 805;
|
||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||
|
||||
class CHero;
|
||||
|
||||
Reference in New Issue
Block a user