COMMON: Move VER macro for serializer into common code

This commit is contained in:
Colin Snover 2017-11-29 12:05:59 -06:00 committed by Eugene Sandulenko
parent 9916b26383
commit 2e061d95c5
18 changed files with 2 additions and 76 deletions

View file

@ -35,7 +35,6 @@
#include "scumm/he/intern_he.h"
#include "scumm/object.h"
#include "scumm/resource.h"
#include "scumm/saveload.h"
#include "scumm/scumm_v0.h"
#include "scumm/scumm_v7.h"
#include "scumm/sound.h"
@ -69,6 +68,7 @@ struct SaveInfoSection {
#define SaveInfoSectionSize (4+4+4 + 4+4 + 4+2)
#define CURRENT_VER 98
#define INFOSECTION_VERSION 2
#pragma mark -