If you have comments or questions concerning this source file, discuss them in the forum.
/*
Copyright (c) 2002 Nicolai Haehnle

See the license.txt for details. If that file was not included in the
source distributions, please email <prefect@rtts.org>
*/
// ff_savegame.h

// Most of the savegame layout is actually defined in the code
#define SAV_MAGIC       ('R' | ('T' << 8) | ('T' << 16) | ('S' << 24))
#define SAV_VERSION     2