shithub: zelda3

ref: 203a433a66633b726f92393efa42f168c0319755
dir: /snes/saveload.h/

View raw version
#pragma once

typedef void SaveLoadFunc(void *ctx, void *data, size_t data_size);

#define SL(x) func(ctx, &x, sizeof(x))