NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
system_constants.h
Go to the documentation of this file.
1#pragma once
2/// @file
3// Please place the defines/enums in alphabetical order!
4
5/// @addtogroup constants
6/// @{
7
8#define SAVE_MAGIC "SMNP" ///< The savegame's magic.
9#define SAVE_REVISION_MAJOR 14 ///< The savegame's major revision number.
10#define SAVE_REVISION_MINOR 0 ///< The savegame's minor revision number.
11
12/// @}