You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
#include "types.h"
|
|
|
|
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
|
|
static constexpr u32 SAVE_STATE_VERSION = 16;
|