shithub: zelda3

ref: f9982dda65852e47bcc80fbf653c6a2f4e09fc15
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))