COMMON: Move VER macro for serializer into common code
This commit is contained in:
parent
9916b26383
commit
2e061d95c5
18 changed files with 2 additions and 76 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue